1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Code style: Remove struct snakes from Paint (#18341)

This commit is contained in:
Rik Smeets
2022-10-14 20:26:36 +02:00
committed by GitHub
parent d415a5bd10
commit c80bd455e9
124 changed files with 3776 additions and 3779 deletions

View File

@@ -170,7 +170,7 @@ static constexpr const LitterSprite _litterSprites[] = {
{ SPR_LITTER_EMPTY_BOWL_BLUE, 0x3 },
};
void Litter::Paint(paint_session& session, int32_t imageDirection) const
void Litter::Paint(PaintSession& session, int32_t imageDirection) const
{
PROFILED_FUNCTION();