summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
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/toolbar_gui.cpp
parent5080feba0d5d5811048f1cece0b76f6396034c49 (diff)
downloadopenttd-a7693c60592b25873b451cb27d26b8e3763c00d6.tar.xz
(svn r15425) -Codechange: some color->colour changes and type safety.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index c6f11e0d9..a70a79128 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -171,7 +171,7 @@ public:
SetDParam(0, company);
SetDParam(1, company);
- int col;
+ TextColour col;
if (this->greyed) {
col = TC_GREY;
} else {