forked from mirror/OpenTTD
(svn r17660) -Fix: StringID typo
This commit is contained in:
@@ -773,7 +773,7 @@ static void DrawSmallOrderList(const Vehicle *v, int left, int right, int y)
|
||||
|
||||
if (order->IsType(OT_GOTO_STATION)) {
|
||||
SetDParam(0, order->GetDestination());
|
||||
DrawString(left, right, y, STR_TINY_BLACK_STATIONL);
|
||||
DrawString(left, right, y, STR_TINY_BLACK_STATION);
|
||||
|
||||
y += 6;
|
||||
if (++i == 4) break;
|
||||
|
Reference in New Issue
Block a user