mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
HYPNO: correctly set flashback mode when loading a previous game in boyz
This commit is contained in:
parent
711a00856b
commit
ad99a2e8f8
@ -1074,6 +1074,7 @@ Common::Error BoyzEngine::loadGameStream(Common::SeekableReadStream *stream) {
|
||||
loadSceneState(stream);
|
||||
if (_unlockAllLevels) {
|
||||
_nextLevel = "<select_t1>";
|
||||
_flashbackMode = true;
|
||||
unlockAllLevels();
|
||||
} else if (_ids[_lastLevel] == 3591)
|
||||
_nextLevel = "<select_c3>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user