(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
This commit is contained in:
@@ -43,7 +43,6 @@ CommandCost GetRefitCost(EngineID engine_type);
|
||||
void ViewportAddVehicles(DrawPixelInfo *dpi);
|
||||
|
||||
void ShowNewGrfVehicleError(EngineID engine, StringID part1, StringID part2, GRFBugs bug_type, bool critical);
|
||||
StringID VehicleInTheWayErrMsg(const Vehicle *v);
|
||||
bool HasVehicleOnTunnelBridge(TileIndex tile, TileIndex endtile, const Vehicle *ignore = NULL);
|
||||
|
||||
void DecreaseVehicleValue(Vehicle *v);
|
||||
|
Reference in New Issue
Block a user