[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.133,1.134

Travis Howell kirben at users.sourceforge.net
Mon Aug 23 03:39:12 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Missed a spot


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- scumm.cpp	23 Aug 2004 08:12:09 -0000	1.133
+++ scumm.cpp	23 Aug 2004 10:37:29 -0000	1.134
@@ -3258,7 +3258,9 @@
 		if (game.heversion >= 60) {
 			// TODO: probably use another variable with version number
 #ifndef __PALM_OS__
-			if (game.heversion >= 70)
+			if (game.heversion >= 72)
+				engine = new ScummEngine_v72he(detector, syst, game);
+			else if (game.heversion >= 70)
 				engine = new ScummEngine_v7he(detector, syst, game);
 			else
 #endif





More information about the Scummvm-git-logs mailing list