1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Name glass palettes

This commit is contained in:
Marijn van der Werf
2016-11-09 23:40:13 +01:00
parent 2109763267
commit 4f47808201
9 changed files with 144 additions and 44 deletions

View File

@@ -54,7 +54,9 @@ enum {
COLOUR_BRIGHT_RED,
COLOUR_DARK_PINK,
COLOUR_BRIGHT_PINK,
COLOUR_LIGHT_PINK
COLOUR_LIGHT_PINK,
COLOUR_COUNT
};
/**
@@ -89,7 +91,7 @@ typedef struct rct_colour_map {
uint8 colour_11;
} rct_colour_map;
extern rct_colour_map ColourMapA[32];
extern rct_colour_map ColourMapA[COLOUR_COUNT];
void colours_init_maps();