diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/palettes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/palettes.h b/table/palettes.h index 123f6ed4a..1bc71030e 100644 --- a/table/palettes.h +++ b/table/palettes.h @@ -1,5 +1,5 @@ #define M(r, g, b) { r, g, b } -static Colour _palettes[][256] = { +static const Colour _palettes[][256] = { /* palette 1 (TTD Windows) */ { M( 0, 0, 0), M(212, 0, 212), M(212, 0, 212), M(212, 0, 212), |