mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
Removed other paranoia code from the original engine (as in revision 29505).
svn-id: r29558
This commit is contained in:
parent
6a4ce78789
commit
9e58b0253d
@ -906,6 +906,8 @@ void Parallaction::doLocationEnterTransition() {
|
||||
_gfx->updateScreen();
|
||||
}
|
||||
|
||||
_gfx->setPalette(_gfx->_palette);
|
||||
|
||||
debugC(2, kDebugExec, "doLocationEnterTransition completed");
|
||||
|
||||
return;
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user