aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-05-31 07:39:39 +0000
committerTravis Howell2003-05-31 07:39:39 +0000
commitc26389164fef4066635762dfc27ba7534f2645a0 (patch)
tree36a69b7535694f5393b70577c4b04dcd992e8545 /simon
parent17a9c49dce6aee8d64b1c0ed24e4906fffa0f9fe (diff)
downloadscummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.tar.gz
scummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.tar.bz2
scummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.zip
Fix simon1dos regression
svn-id: r8163
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 4a0f77aa6b..67e5f6bcda 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -173,6 +173,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst)
: Engine(detector, syst), midi (syst) {
MidiDriver *driver = detector->createMidi();
+ _game_file = 0;
_stripped_txt_mem = 0;
_text_size = 0;
_stringtab_num = 0;