diff options
author | Travis Howell | 2003-05-31 07:39:39 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-31 07:39:39 +0000 |
commit | c26389164fef4066635762dfc27ba7534f2645a0 (patch) | |
tree | 36a69b7535694f5393b70577c4b04dcd992e8545 | |
parent | 17a9c49dce6aee8d64b1c0ed24e4906fffa0f9fe (diff) | |
download | scummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.tar.gz scummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.tar.bz2 scummvm-rg350-c26389164fef4066635762dfc27ba7534f2645a0.zip |
Fix simon1dos regression
svn-id: r8163
-rw-r--r-- | simon/simon.cpp | 1 |
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; |