diff options
author | uruk | 2014-08-13 20:00:48 +0200 |
---|---|---|
committer | uruk | 2014-08-13 20:00:48 +0200 |
commit | 2eddd72fbf0a482319e4790dc9eb8cd220ae05ec (patch) | |
tree | 545a8526b7f107418af38075770526c89c6f722c /engines/cge2 | |
parent | e52c14b8d98a9f50a91cecadd3a46042c72ec275 (diff) | |
download | scummvm-rg350-2eddd72fbf0a482319e4790dc9eb8cd220ae05ec.tar.gz scummvm-rg350-2eddd72fbf0a482319e4790dc9eb8cd220ae05ec.tar.bz2 scummvm-rg350-2eddd72fbf0a482319e4790dc9eb8cd220ae05ec.zip |
CGE2: Initialize _startGameSlot.
Diffstat (limited to 'engines/cge2')
-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"); |