Update copy protection bypass for Simon 1/2.
svn-id: r25809
This commit is contained in:
parent
74f21c1c4f
commit
b8bbe1b5fe
1 changed files with 2 additions and 0 deletions
|
@ -874,7 +874,9 @@ void AGOSEngine::o_freezeZones() {
|
||||||
if (!_copyProtection && !(getFeatures() & GF_TALKIE)) {
|
if (!_copyProtection && !(getFeatures() & GF_TALKIE)) {
|
||||||
if ((getGameType() == GType_SIMON1 && _subroutine == 2924) ||
|
if ((getGameType() == GType_SIMON1 && _subroutine == 2924) ||
|
||||||
(getGameType() == GType_SIMON2 && _subroutine == 1322)) {
|
(getGameType() == GType_SIMON2 && _subroutine == 1322)) {
|
||||||
|
_variableArray[134] = 3;
|
||||||
_variableArray[135] = 3;
|
_variableArray[135] = 3;
|
||||||
|
setBitFlag(135, 1);
|
||||||
setScriptCondition(0);
|
setScriptCondition(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue