summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
committerrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
commit7dd677ced22abb688b2ed69f99faed211f3554b1 (patch)
treedf4ab2d279bb9ba905f4c04a0e80fa48cbeaa15c /src/smallmap_gui.cpp
parent3301afa5c3b2fe2bf24ef7ab9333df8a88334fb9 (diff)
downloadopenttd-7dd677ced22abb688b2ed69f99faed211f3554b1.tar.xz
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
Diffstat (limited to 'src/smallmap_gui.cpp')
-rw-r--r--src/smallmap_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp
index 2dbb03fe7..aa640ab01 100644
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -738,7 +738,7 @@ public:
y < dpi->top + dpi->height) {
/* And draw it. */
SetDParam(0, t->index);
- DrawString(x, x + t->sign.width_2, y, STR_SMALLMAP_TOWN, TC_WHITE);
+ DrawString(x, x + t->sign.width_2, y, STR_SMALLMAP_TOWN);
}
}
}