[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.100,1.101

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


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

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


Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- sky.cpp	18 Jul 2003 15:37:06 -0000	1.100
+++ sky.cpp	29 Jul 2003 21:03:25 -0000	1.101
@@ -92,6 +92,8 @@
 	_detector = detector;
 
 	_floppyIntro = detector->_floppyIntro;
+
+	_system->init_size(320, 200);
 }
 
 SkyState::~SkyState() {





More information about the Scummvm-git-logs mailing list