(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.

This commit is contained in:
rubidium
2009-04-26 15:26:19 +00:00
parent a18f0f93af
commit 3bd4eeb178
60 changed files with 391 additions and 391 deletions

View File

@@ -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);
}
}
}