mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
ACCESS: Workaround Floppy room establishment reshown when loading saves
This commit is contained in:
parent
65b55b4b3b
commit
284b267002
@ -771,6 +771,11 @@ void Scripts::cmdSpecial() {
|
||||
if (_specialFunction == 1) {
|
||||
_vm->_screen->restorePalette();
|
||||
_vm->_room->_function = FN_RELOAD;
|
||||
|
||||
// WORKAROUND: This fixes scene establishment being re-shown
|
||||
// when restoring savegames in rooms which have one
|
||||
if (_vm->getGameID() == GType_Amazon && !_vm->isCD())
|
||||
_vm->_establishTable[p2] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user