[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.61,1.62

Jonathan Gray khalek at users.sourceforge.net
Thu Apr 24 16:57:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv32469

Modified Files:
	script.cpp 
Log Message:
better safe then sorry...

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- script.cpp	24 Apr 2003 15:59:41 -0000	1.61
+++ script.cpp	24 Apr 2003 23:56:47 -0000	1.62
@@ -377,7 +377,7 @@
 			checkRange(_numVariables - 1, 0, var, "Variable %d out of range(rzb)");
 #if defined(BYPASS_COPY_PROT)
 			// INDY3 checks this during the game...
-			if (var == 94 && _gameId == GID_INDY3) {
+			if (var == 94 && _gameId == GID_INDY3 && b == 4) {
 				return 0;
 			} else
 #endif





More information about the Scummvm-git-logs mailing list