[Scummvm-cvs-logs] CVS: scummvm/scumm script.cpp,1.30,1.31

Max Horn fingolfin at users.sourceforge.net
Thu Dec 26 17:50:02 CET 2002


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

Modified Files:
	script.cpp 
Log Message:
fix S&M (why was that changed made in the first place I wonder?)

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- script.cpp	26 Dec 2002 20:37:49 -0000	1.30
+++ script.cpp	27 Dec 2002 01:49:47 -0000	1.31
@@ -335,8 +335,6 @@
 #endif
 	debug(9, "readvar=%d", var);
 	if (!(var & 0xF000)) {
-		if (var == 175)
-			return 1;
 #if defined(BYPASS_COPY_PROT)
 		if (var == 490 && _gameId == GID_MONKEY2 && !copyprotbypassed) {
 			copyprotbypassed = true;





More information about the Scummvm-git-logs mailing list