1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Rename Peep::action_sprite_image_offset to TitleCase

This commit is contained in:
Tulio Leao
2020-06-07 20:23:21 -03:00
parent e98cea3615
commit d9e36e5592
12 changed files with 56 additions and 56 deletions

View File

@@ -215,7 +215,7 @@ static bool map_animation_invalidate_small_scenery(const CoordsXYZ& loc)
peep->Action = PEEP_ACTION_CHECK_TIME;
peep->ActionFrame = 0;
peep->action_sprite_image_offset = 0;
peep->ActionSpriteImageOffset = 0;
peep->UpdateCurrentActionSpriteType();
invalidate_sprite_1(peep);
break;