[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Thu Sep 19 03:23:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv2512/simon

Modified Files:
	simon.cpp 
Log Message:
patch #611450: Simon crash fix

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- simon.cpp	16 Sep 2002 14:43:13 -0000	1.8
+++ simon.cpp	19 Sep 2002 10:22:32 -0000	1.9
@@ -4117,6 +4117,7 @@
 void SimonState::openGameFile()
 {
 	if (_game != GAME_SIMON1DOS) {
+		_game_file = new File();
 		_game_file->open(gss->gme_filename, _gameDataPath);
 
 		if (_game_file->isOpen() == false)





More information about the Scummvm-git-logs mailing list