ILLUSIONS: Initialise save slot variable
This commit is contained in:
parent
2846311402
commit
92e74327e6
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ IllusionsEngine::IllusionsEngine(OSystem *syst, const IllusionsGameDescription *
|
|||
|
||||
_isSaveAllowed = true; // TODO
|
||||
_resumeFromSavegameRequested = false;
|
||||
_savegameSlotNum = -1;
|
||||
_savegameSceneId = 0;
|
||||
_savegameThreadId = 0;
|
||||
_nextTempThreadId = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue