[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.145,1.146

Travis Howell kirben at users.sourceforge.net
Wed Oct 29 05:17:05 CET 2003


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

Modified Files:
	object.cpp 
Log Message:

Revert since it still doesn't work right, last change stop messages about needing to go to Seattle.
Need to good way to bypass zak copy protection, without issues.



Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- object.cpp	29 Oct 2003 10:24:03 -0000	1.145
+++ object.cpp	29 Oct 2003 13:16:12 -0000	1.146
@@ -143,13 +143,6 @@
 
 	if (_gameId == GID_MANIAC && (obj == 182 || obj == 193))
 		_objectStateTable[obj] |= 0x08;
-
-	// The Enchanced version of Zak McKracken included in the
-	// SelectWare Classic Collection bundle has no copy protection 
-	// and doesn't include the codes.
-
-	if (_gameId == GID_ZAK && obj == 213)
-		_objectStateTable[obj] |= 0x08;
 #endif
 
 	return _objectStateTable[obj];





More information about the Scummvm-git-logs mailing list