summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-09 02:09:47 +0000
committerrubidium <rubidium@openttd.org>2009-02-09 02:09:47 +0000
commita7693c60592b25873b451cb27d26b8e3763c00d6 (patch)
tree36a060def733fe274859ec2afcbf3478faf2e63c /src/table
parent5080feba0d5d5811048f1cece0b76f6396034c49 (diff)
downloadopenttd-a7693c60592b25873b451cb27d26b8e3763c00d6.tar.xz
(svn r15425) -Codechange: some color->colour changes and type safety.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/palettes.h2
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