[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.54,1.55

Travis Howell kirben at users.sourceforge.net
Fri Jun 25 20:42:01 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Correction


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- scumm.cpp	26 Jun 2004 03:26:20 -0000	1.54
+++ scumm.cpp	26 Jun 2004 03:41:21 -0000	1.55
@@ -1182,7 +1182,7 @@
 
 void ScummEngine::initScummVars() {
 
-	if (_version <= 2 || _heversion >= 70) {
+	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