forked from mirror/OpenTTD
(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:
@@ -742,7 +742,7 @@ struct MessageHistoryWindow : Window {
|
||||
|
||||
for (int n = this->vscroll.cap; n > 0; n--) {
|
||||
SetDParam(0, ni->date);
|
||||
DrawString(4, 82, y, STR_SHORT_DATE, TC_WHITE);
|
||||
DrawString(4, 82, y, STR_SHORT_DATE);
|
||||
|
||||
DrawNewsString(82, y, TC_WHITE, ni, this->width - 95);
|
||||
y += 12;
|
||||
|
Reference in New Issue
Block a user