TONY: Move functions comment to doxygen format

This commit is contained in:
Strangerke 2012-06-17 19:39:58 +02:00
parent 31c0210f22
commit a46b06a587
15 changed files with 249 additions and 121 deletions

View file

@ -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;