diff options
author | rubidium <rubidium@openttd.org> | 2009-02-09 02:09:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-09 02:09:47 +0000 |
commit | 8dae160d0f1065ff40ecddc518b3905820f77f7a (patch) | |
tree | 36a060def733fe274859ec2afcbf3478faf2e63c /src/table | |
parent | 861e9cefb3c31f1cab46ddb068af7a3648f45b4a (diff) | |
download | openttd-8dae160d0f1065ff40ecddc518b3905820f77f7a.tar.xz |
(svn r15425) -Codechange: some color->colour changes and type safety.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/palettes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/palettes.h b/src/table/palettes.h index d129f4191..98a9baefc 100644 --- a/src/table/palettes.h +++ b/src/table/palettes.h @@ -200,7 +200,7 @@ struct StringColor { byte shadow; }; -static const StringColor _string_colormap[][17] = { +static const StringColor _string_colourmap[][17] = { { /* DOS palette. */ { 150, 1 }, // TC_BLUE { 12, 1 }, // TC_SILVER |