mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Cleanup
This commit is contained in:
@@ -30,8 +30,6 @@ uint8_t gClipHeight = 128; // Default to middle value
|
||||
LocationXY8 gClipSelectionA = { 0, 0 };
|
||||
LocationXY8 gClipSelectionB = { MAXIMUM_MAP_SIZE_TECHNICAL - 1, MAXIMUM_MAP_SIZE_TECHNICAL - 1 };
|
||||
|
||||
static std::vector<paint_session*> _freePaintSessions;
|
||||
|
||||
static constexpr const uint8_t BoundBoxDebugColours[] = {
|
||||
0, // NONE
|
||||
102, // TERRAIN
|
||||
|
||||
@@ -137,12 +137,6 @@ struct tunnel_entry
|
||||
#define MAX_PAINT_QUADRANTS 512
|
||||
#define TUNNEL_MAX_COUNT 65
|
||||
|
||||
struct paint_pending
|
||||
{
|
||||
rct_drawpixelinfo dpi;
|
||||
uint32_t viewFlags;
|
||||
};
|
||||
|
||||
struct paint_session
|
||||
{
|
||||
rct_drawpixelinfo DPI;
|
||||
|
||||
Reference in New Issue
Block a user