mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Code style: Remove struct snakes from Paint (#18341)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
* Paint Quadrant
|
||||
* rct2: 0x0069E8B0
|
||||
*/
|
||||
void EntityPaintSetup(paint_session& session, const CoordsXY& pos)
|
||||
void EntityPaintSetup(PaintSession& session, const CoordsXY& pos)
|
||||
{
|
||||
PROFILED_FUNCTION();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user