mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
Update copy protection bypass for Simon 1/2.
svn-id: r25809
This commit is contained in:
parent
74f21c1c4f
commit
b8bbe1b5fe
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user