This commit is contained in:
Matt 2019-02-27 11:41:51 +01:00
parent ce9d252ce5
commit 383ded68e9
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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;