(svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details window.
This commit is contained in:
@@ -50,6 +50,7 @@ void DrawShipDetails(const Vehicle *v, int x, int y)
|
||||
|
||||
SetDParam(0, v->cargo_type);
|
||||
SetDParam(1, v->cargo_cap);
|
||||
SetDParam(2, GetCargoSubtypeText(v));
|
||||
DrawString(x, y + 10, STR_9817_CAPACITY, TC_FROMSTRING);
|
||||
|
||||
StringID str = STR_8812_EMPTY;
|
||||
|
Reference in New Issue
Block a user