Ticket #8057: simonfix.diff

File simonfix.diff, 489 bytes (added by eriktorbjorn, 22 years ago)

Patch against a september 18 CVS snapshot

  • scummvm/simon/simon.cpp

    diff -ur ScummVM-cvs20020918/scummvm/simon/simon.cpp ScummVM-cvs20020918+hack/scummvm/simon/simon.cpp
    old new  
    41174117void SimonState::openGameFile()
    41184118{
    41194119        if (_game != GAME_SIMON1DOS) {
     4120                _game_file = new File();
    41204121                _game_file->open(gss->gme_filename, _gameDataPath);
    41214122
    41224123                if (_game_file->isOpen() == false)