Update copy protection bypass for Simon 1/2.

svn-id: r25809
This commit is contained in:
Travis Howell 2007-02-23 11:12:12 +00:00
parent 74f21c1c4f
commit b8bbe1b5fe

View File

@ -874,7 +874,9 @@ void AGOSEngine::o_freezeZones() {
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);
}
}