[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.101,1.102

Max Horn fingolfin at users.sourceforge.net
Fri May 23 16:25:03 CEST 2003


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

Modified Files:
	script.cpp 
Log Message:
bypass for Zak256 copy protection (can't test this right now, though)

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- script.cpp	22 May 2003 15:27:44 -0000	1.101
+++ script.cpp	23 May 2003 23:24:48 -0000	1.102
@@ -491,6 +491,8 @@
 			} else if (_gameId == GID_LOOM && var == 214 && bit == 15 && !copyprotbypassed) {
 				copyprotbypassed = true;
 				return 0;
+			} else if (_gameId == GID_ZAK256 && var == 151 && bit == 8) {
+				return 0;
 			}
 #endif
 			checkRange(_numVariables - 1, 0, var, "Variable %d out of range(rzb)");





More information about the Scummvm-git-logs mailing list