1
0
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:
Aaron van Geffen
2024-09-22 16:12:04 +02:00
parent ee7bb61bb0
commit 24b36915ef
14 changed files with 60 additions and 59 deletions

View File

@@ -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();