HYPNO: correctly set flashback mode when loading a previous game in boyz

This commit is contained in:
neuromancer 2022-06-13 11:25:35 +02:00
parent 711a00856b
commit ad99a2e8f8

View File

@ -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>";