[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.107,1.108

Nicolas Bacca arisme at users.sourceforge.net
Sun Jun 1 03:29:05 CEST 2003


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

Modified Files:
	script.cpp 
Log Message:
Reversing for the time being

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- script.cpp	1 Jun 2003 10:15:31 -0000	1.107
+++ script.cpp	1 Jun 2003 10:28:45 -0000	1.108
@@ -511,13 +511,6 @@
 			var &= 0xFFF;
 		}
 
-#if defined(BYPASS_COPY_PROT)
-		if (_gameId == GID_SAMNMAX && var == 8 && currentRoom == 71 && !copyprotbypassed) {
-			copyprotbypassed = true;
-			return vm.localvar[_currentScript][7] + 1;
-		}
-#endif
-
 		checkRange(20, 0, var, "Local variable %d out of range(r)");
 		return vm.localvar[_currentScript][var];
 	}





More information about the Scummvm-git-logs mailing list