[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.265,1.266

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Jul 29 14:04:11 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv7500/simon

Modified Files:
	simon.cpp 
Log Message:
Partial fix for bug #779013. It no longer crashes, but the config file
setting still overrides the command-line option.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- simon.cpp	27 Jul 2003 12:05:08 -0000	1.265
+++ simon.cpp	29 Jul 2003 21:03:24 -0000	1.266
@@ -458,6 +458,8 @@
 	_language = detector->_language;
 	_noSubtitles = detector->_noSubtitles;
 
+	_system->init_size(320, 200);
+
 	// FIXME Use auto dirty rects cleanup code to reduce CPU usage
 	_system->property(OSystem::PROP_WANT_RECT_OPTIM,0);
 
@@ -4183,8 +4185,6 @@
 	}
 
 	loadIconFile();
-
-	_system->init_size(320, 200);
 
 	vc_34_force_lock();
 	





More information about the Scummvm-git-logs mailing list