[Scummvm-cvs-logs] SF.net SVN: scummvm: [25809] scummvm/trunk/engines/agos/script.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Feb 23 12:12:13 CET 2007


Revision: 25809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25809&view=rev
Author:   kirben
Date:     2007-02-23 03:12:12 -0800 (Fri, 23 Feb 2007)

Log Message:
-----------
Update copy protection bypass for Simon 1/2.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/script.cpp

Modified: scummvm/trunk/engines/agos/script.cpp
===================================================================
--- scummvm/trunk/engines/agos/script.cpp	2007-02-23 10:19:53 UTC (rev 25808)
+++ scummvm/trunk/engines/agos/script.cpp	2007-02-23 11:12:12 UTC (rev 25809)
@@ -874,7 +874,9 @@
 	if (!_copyProtection && !(getFeatures() & GF_TALKIE)) {
 		if ((getGameType() == GType_SIMON1 &&  _subroutine == 2924) ||
 			(getGameType() == GType_SIMON2 && _subroutine == 1322)) {
+			_variableArray[134] = 3;
 			_variableArray[135] = 3;
+			setBitFlag(135, 1);
 			setScriptCondition(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