[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.50,1.51

Travis Howell kirben at users.sourceforge.net
Fri Jun 25 04:33:05 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Set fast mode for HE7 games too.
FIXME not needed, originals used getGraphicsPerformance()


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- scumm.cpp	25 Jun 2004 10:58:47 -0000	1.50
+++ scumm.cpp	25 Jun 2004 11:32:19 -0000	1.51
@@ -1180,8 +1180,7 @@
 
 void ScummEngine::initScummVars() {
 
-	// FIXME
-	if (_version <= 2) {
+	if (_version <= 2 || _heversion >= 70) {
 		// This needs to be at least greater than 40 to get the more
 		// elaborate version of the EGA Zak into. I don't know where
 		// else it makes any difference.





More information about the Scummvm-git-logs mailing list