1
0
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:
Gymnasiast
2017-06-20 10:44:59 +02:00
parent 5f1e62721a
commit d6488f34a8

View File

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