TONY: Move functions comment to doxygen format
This commit is contained in:
parent
31c0210f22
commit
a46b06a587
15 changed files with 249 additions and 121 deletions
|
@ -353,7 +353,6 @@ SKIPCLICKSINISTRO:
|
|||
CORO_END_CODE;
|
||||
}
|
||||
|
||||
|
||||
void RMGfxEngine::initCustomDll(void) {
|
||||
setupGlobalVars(&_tony, &_point, &_vm->_theBoxes, &_loc, &_inv, &_input);
|
||||
}
|
||||
|
@ -378,7 +377,6 @@ void RMGfxEngine::itemIrq(uint32 dwItem, int nPattern, int nStatus) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void RMGfxEngine::initForNewLocation(int nLoc, RMPoint ptTonyStart, RMPoint start) {
|
||||
if (start._x == -1 || start._y == -1) {
|
||||
start._x = ptTonyStart._x - RM_SX / 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue