mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
ILLUSIONS: Initialise save slot variable
This commit is contained in:
parent
2846311402
commit
92e74327e6
@ -83,6 +83,7 @@ IllusionsEngine::IllusionsEngine(OSystem *syst, const IllusionsGameDescription *
|
||||
|
||||
_isSaveAllowed = true; // TODO
|
||||
_resumeFromSavegameRequested = false;
|
||||
_savegameSlotNum = -1;
|
||||
_savegameSceneId = 0;
|
||||
_savegameThreadId = 0;
|
||||
_nextTempThreadId = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user