mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Code style: Remove struct snakes from Paint (#18341)
This commit is contained in:
@@ -167,7 +167,7 @@ void MoneyEffect::Serialise(DataSerialiser& stream)
|
||||
stream << Wiggle;
|
||||
}
|
||||
|
||||
void MoneyEffect::Paint(paint_session& session, int32_t imageDirection) const
|
||||
void MoneyEffect::Paint(PaintSession& session, int32_t imageDirection) const
|
||||
{
|
||||
PROFILED_FUNCTION();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user