[Scummvm-cvs-logs] SF.net SVN: scummvm: [28197] scummvm/trunk/engines/gob/gob.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jul 25 18:12:19 CEST 2007


Revision: 28197
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28197&view=rev
Author:   sev
Date:     2007-07-25 09:12:19 -0700 (Wed, 25 Jul 2007)

Log Message:
-----------
Use default to 1x scaler for 640x480 games to avoid superbig resolutions.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/gob.cpp

Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2007-07-25 16:07:18 UTC (rev 28196)
+++ scummvm/trunk/engines/gob/gob.cpp	2007-07-25 16:12:19 UTC (rev 28197)
@@ -146,8 +146,8 @@
 	}
 
 	_system->beginGFXTransaction();
-		initCommonGFX(false);
 		_system->initSize(_width, _height);
+		initCommonGFX(is640());
 	_system->endGFXTransaction();
 
 	// On some systems it's not safe to run CD audio games from the CD.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list