From 2eddd72fbf0a482319e4790dc9eb8cd220ae05ec Mon Sep 17 00:00:00 2001 From: uruk Date: Wed, 13 Aug 2014 20:00:48 +0200 Subject: CGE2: Initialize _startGameSlot. --- engines/cge2/cge2.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3