From c26389164fef4066635762dfc27ba7534f2645a0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 31 May 2003 07:39:39 +0000 Subject: Fix simon1dos regression svn-id: r8163 --- simon/simon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'simon') 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; -- cgit v1.2.3