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