Removed other paranoia code from the original engine (as in revision 29505).

svn-id: r29558
This commit is contained in:
Nicola Mettifogo 2007-11-18 18:04:41 +00:00
parent 6a4ce78789
commit 9e58b0253d
2 changed files with 3 additions and 11 deletions

View File

@ -906,6 +906,8 @@ void Parallaction::doLocationEnterTransition() {
_gfx->updateScreen();
}
_gfx->setPalette(_gfx->_palette);
debugC(2, kDebugExec, "doLocationEnterTransition completed");
return;

View File

@ -376,20 +376,10 @@ void Parallaction_ns::changeLocation(char *location) {
_gfx->setBlackPalette();
_gfx->updateScreen();
if (_location._commands.size() > 0) {
runCommands(_location._commands);
runJobs();
_gfx->swapBuffers();
runJobs();
_gfx->swapBuffers();
}
runCommands(_location._commands);
doLocationEnterTransition();
runJobs();
_gfx->swapBuffers();
_gfx->setPalette(_gfx->_palette);
runCommands(_location._aCommands);
if (_hasLocationSound)