mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Remove unused TestPaint defines (including one LocationXY16 occurrence)
This commit is contained in:
@@ -22,10 +22,7 @@
|
||||
#define gRideEntries RCT2_ADDRESS(0x009ACFA4, rct_ride_entry*)
|
||||
#define gSupportSegments RCT2_ADDRESS(0x0141E9B4, support_height)
|
||||
#define gWoodenSupportsPrependTo RCT2_GLOBAL(0x009DEA58, paint_struct*)
|
||||
#define gPaintStructs RCT2_ADDRESS(0x00EE788C, paint_entry)
|
||||
#define g_currently_drawn_item RCT2_GLOBAL(0x009DE578, void*)
|
||||
#define gEndOfPaintStructArray RCT2_GLOBAL(0x00EE7880, paint_entry*)
|
||||
#define gPaintSpritePosition RCT2_GLOBAL(0x009DE568, LocationXY16)
|
||||
#define gPaintInteractionType RCT2_GLOBAL(0x009DE570, uint8_t)
|
||||
#define gSupportSegments RCT2_ADDRESS(0x0141E9B4, support_height)
|
||||
#define gSupport RCT2_GLOBAL(0x0141E9D8, support_height)
|
||||
@@ -39,7 +36,6 @@
|
||||
#define gSurfaceElement RCT2_GLOBAL(0x009E3250, TileElement*)
|
||||
#define gDidPassSurface RCT2_GLOBAL(0x009DE57C, bool)
|
||||
#define g141E9DB RCT2_GLOBAL(0x0141E9DB, uint8_t)
|
||||
#define gUnk141E9DC RCT2_GLOBAL(0x0141E9DC, uint16_t)
|
||||
#define gTrackColours RCT2_ADDRESS(0x00F44198, uint32_t)
|
||||
#define RCT2_CurrentViewportFlags RCT2_GLOBAL(0x0141E9E4, uint32_t)
|
||||
#define RCT2_CurrentRotation RCT2_GLOBAL(0x0141E9E0, uint8_t)
|
||||
|
||||
Reference in New Issue
Block a user