1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Rename ActionSpriteImageOffset to AnimationImageIdOffset

This commit is contained in:
Aaron van Geffen
2024-09-22 16:13:49 +02:00
parent 24b36915ef
commit b70aaea31e
14 changed files with 74 additions and 74 deletions

View File

@@ -211,7 +211,7 @@ static bool MapAnimationInvalidateSmallScenery(const CoordsXYZ& loc)
peep->Action = PeepActionType::CheckTime;
peep->AnimationFrameNum = 0;
peep->ActionSpriteImageOffset = 0;
peep->AnimationImageIdOffset = 0;
peep->UpdateCurrentAnimationType();
peep->Invalidate();
break;