TONY: Rename some more variables and structures

This commit is contained in:
Strangerke 2012-08-31 23:08:02 +02:00
parent 56c5961fb4
commit 7fbfbc8e6b
7 changed files with 401 additions and 425 deletions

View file

@ -312,7 +312,7 @@ void TonyEngine::playMusic(int nChannel, const Common::String &fname, int nFX, b
uint32 hThread = CoroScheduler.createProcess(doNextMusic, NULL, 0);
assert(hThread != CORO_INVALID_PID_VALUE);
} else if (nFX == 44) { // Cambia canale e lascia finire il primo
} else if (nFX == 44) { // Change the channel and let the first finish
if (GLOBALS._flipflop)
GLOBALS._nextChannel = nChannel - 1;
else
@ -704,7 +704,7 @@ void TonyEngine::close() {
_theEngine.close();
_window.close();
mpalFree();
FreeMpc();
freeMpc();
delete[] _curThumbnail;
}