Ticket #8057: simonfix.diff
File simonfix.diff, 489 bytes (added by , 22 years ago) |
---|
-
scummvm/simon/simon.cpp
diff -ur ScummVM-cvs20020918/scummvm/simon/simon.cpp ScummVM-cvs20020918+hack/scummvm/simon/simon.cpp
old new 4117 4117 void SimonState::openGameFile() 4118 4118 { 4119 4119 if (_game != GAME_SIMON1DOS) { 4120 _game_file = new File(); 4120 4121 _game_file->open(gss->gme_filename, _gameDataPath); 4121 4122 4122 4123 if (_game_file->isOpen() == false)