mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Rename ActionFrame to AnimationFrameNum
This commit is contained in:
@@ -210,7 +210,7 @@ static bool MapAnimationInvalidateSmallScenery(const CoordsXYZ& loc)
|
||||
continue;
|
||||
|
||||
peep->Action = PeepActionType::CheckTime;
|
||||
peep->ActionFrame = 0;
|
||||
peep->AnimationFrameNum = 0;
|
||||
peep->ActionSpriteImageOffset = 0;
|
||||
peep->UpdateCurrentAnimationType();
|
||||
peep->Invalidate();
|
||||
|
||||
Reference in New Issue
Block a user