1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Create SpriteBase::Invalidate methods (#11948)

This commit is contained in:
hdpoliveira
2020-06-14 15:18:07 -03:00
committed by GitHub
parent ce171164c9
commit a3fe90c250
15 changed files with 40 additions and 42 deletions

View File

@@ -217,7 +217,7 @@ static bool map_animation_invalidate_small_scenery(const CoordsXYZ& loc)
peep->ActionFrame = 0;
peep->ActionSpriteImageOffset = 0;
peep->UpdateCurrentActionSpriteType();
invalidate_sprite_1(peep);
peep->Invalidate1();
break;
}
}