@@ -885,7 +885,7 @@ struct DepotWindow : Window {
|
|||||||
SetDParam(1, loaded[cargo_type]); // {CARGO} #2
|
SetDParam(1, loaded[cargo_type]); // {CARGO} #2
|
||||||
SetDParam(2, cargo_type); // {SHORTCARGO} #1
|
SetDParam(2, cargo_type); // {SHORTCARGO} #1
|
||||||
SetDParam(3, capacity[cargo_type]); // {SHORTCARGO} #2
|
SetDParam(3, capacity[cargo_type]); // {SHORTCARGO} #2
|
||||||
details = GetString(STR_DEPOT_VEHICLE_TOOLTIP_CARGO);
|
details += GetString(STR_DEPOT_VEHICLE_TOOLTIP_CARGO);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Show tooltip window */
|
/* Show tooltip window */
|
||||||
|
Reference in New Issue
Block a user