diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/cge2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp index f3bc1de44c..50843514a8 100644 --- a/engines/cge2/cge2.cpp +++ b/engines/cge2/cge2.cpp @@ -95,6 +95,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription) _req = 1; _midiNotify = nullptr; _spriteNotify = nullptr; + _startGameSlot = 0; _sayCap = ConfMan.getBool("subtitles"); _sayVox = !ConfMan.getBool("speech_mute"); |