diff options
-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; |