[Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Sun Apr 10 09:56:13 CEST 2005


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28913/base

Modified Files:
	engine.cpp 
Log Message:
oops

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- engine.cpp	9 Apr 2005 13:31:46 -0000	1.37
+++ engine.cpp	10 Apr 2005 16:55:37 -0000	1.38
@@ -67,7 +67,7 @@
 		// FIXME: As a hack, we use "1x" here. Would be nicer to use
 		// getDefaultGraphicsMode() instead, but right now, we do not specify
 		// whether that is a 1x scaler or not...
-		_system->setGraphicsMode(_system->getDefaultGraphicsMode());
+		_system->setGraphicsMode("1x");
 	} else {
 		// Override global scaler with any game-specific define
 		if (ConfMan.hasKey("gfx_mode")) {





More information about the Scummvm-git-logs mailing list