Var 254 is only reset, when reseting animations in later games
svn-id: r24532
This commit is contained in:
parent
f1accee702
commit
f07fc242b3
1 changed files with 2 additions and 1 deletions
|
@ -1016,7 +1016,8 @@ void AGOSEngine::vc27_resetSprite() {
|
|||
}
|
||||
}
|
||||
|
||||
vcWriteVar(254, 0);
|
||||
if (getGameType() == GType_SIMON2 || getGameType() == GType_FF || getGameType() == GType_PP)
|
||||
vcWriteVar(254, 0);
|
||||
|
||||
if (getGameType() == GType_FF || getGameType() == GType_PP)
|
||||
setBitFlag(42, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue