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 | 83f72f696a3ce82eea4cfcbbbdbf35b0823492e3 (patch) | |
tree | a97afb2273cd21d07bc5c50500c6e9ebbacab9d2 /table | |
parent | 3f91650d6e35fd5cf192168a61e54a50fc8dd19d (diff) | |
download | openttd-83f72f696a3ce82eea4cfcbbbdbf35b0823492e3.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), |