diff options
author | tron <tron@openttd.org> | 2005-07-08 21:24:27 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-08 21:24:27 +0000 |
commit | 11421beed15046fdf34d0ba78986a39c7700d09e (patch) | |
tree | a97afb2273cd21d07bc5c50500c6e9ebbacab9d2 /table | |
parent | fde78bb03f643b63e48b864d89f1b7ff01940ddf (diff) | |
download | openttd-11421beed15046fdf34d0ba78986a39c7700d09e.tar.xz |
(svn r2534) Small cleanup
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), |