[Scummvm-cvs-logs] SF.net SVN: scummvm: [24708] scummvm/trunk/engines/cine/cine.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Nov 13 17:43:12 CET 2006


Revision: 24708
          http://svn.sourceforge.net/scummvm/?rev=24708&view=rev
Author:   sev
Date:     2006-11-13 08:42:34 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
Protection should not be bypassed for OS (and it didn't work well anyway)

Modified Paths:
--------------
    scummvm/trunk/engines/cine/cine.cpp

Modified: scummvm/trunk/engines/cine/cine.cpp
===================================================================
--- scummvm/trunk/engines/cine/cine.cpp	2006-11-13 16:29:14 UTC (rev 24707)
+++ scummvm/trunk/engines/cine/cine.cpp	2006-11-13 16:42:34 UTC (rev 24708)
@@ -146,11 +146,6 @@
 		globalVars[i] = 0;
 	}
 
-	// bypass protection
-	if (g_cine->getGameType() == GType_OS && !ConfMan.getBool("copy_protection")) {
-		globalVars[255] = 1;
-	}
-
 	for (i = 0; i < NUM_MAX_SCRIPT; i++) {
 		scriptTable[i].ptr = NULL;
 		scriptTable[i].size = 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list