[Scummvm-cvs-logs] CVS: scummvm/scumm script_v2.cpp,2.216,2.217

Travis Howell kirben at users.sourceforge.net
Wed Nov 26 00:59:01 CET 2003


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

Modified Files:
	script_v2.cpp 
Log Message:

Update commeny


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v2.cpp,v
retrieving revision 2.216
retrieving revision 2.217
diff -u -d -r2.216 -r2.217
--- script_v2.cpp	26 Nov 2003 08:53:53 -0000	2.216
+++ script_v2.cpp	26 Nov 2003 08:58:00 -0000	2.217
@@ -1105,12 +1105,13 @@
 	int script = getVarOrDirectByte(PARAM_1);
 
 #if defined(BYPASS_COPY_PROT)
-	// The Enchanced version of Zak McKracken included in the
-	// SelectWare Classic Collection bundle has no copy protection
-	// and doesn't include the codes.
+	// The enhanced version of Zak McKracken included in the
+	// SelectWare Classic Collection bundle used CD check instead
+	// of the usual key code check at airports.
 	if ((_gameId == GID_ZAK) && (script == 15) && (_roomResource == 45))
 		return;
 #endif
+
 	runScript(script, 0, 0, 0);
 }
 





More information about the Scummvm-git-logs mailing list