mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Remove unused NUM_COLOURS
It's the same as COLOUR_COUNT, which _is_ used
This commit is contained in:
@@ -121,8 +121,6 @@ enum {
|
||||
#define NOT_TRANSLUCENT(x) ((x) & ~COLOUR_FLAG_TRANSLUCENT)
|
||||
#define BASE_COLOUR(x) ((x) & 0x1F)
|
||||
|
||||
#define NUM_COLOURS 32
|
||||
|
||||
typedef struct rct_colour_map {
|
||||
uint8 colour_0;
|
||||
uint8 colour_1;
|
||||
|
||||
Reference in New Issue
Block a user