aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a0df8fefac..f1d585c10b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -4117,6 +4117,7 @@ void SimonState::resfile_read(void *dst, uint32 offs, uint32 size)
void SimonState::openGameFile()
{
if (_game != GAME_SIMON1DOS) {
+ _game_file = new File();
_game_file->open(gss->gme_filename, _gameDataPath);
if (_game_file->isOpen() == false)