(svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead

This commit is contained in:
smatz
2011-01-15 15:51:16 +00:00
parent b6148914b0
commit 6d9789fed8
3 changed files with 0 additions and 26 deletions

View File

@@ -170,7 +170,6 @@ static inline uint32 GetCmdSendToDepot(const BaseVehicle *v)
CommandCost EnsureNoVehicleOnGround(TileIndex tile);
CommandCost EnsureNoTrainOnTrackBits(TileIndex tile, TrackBits track_bits);
void StopAllVehicles();
extern VehicleID _new_vehicle_id;
extern uint16 _returned_refit_capacity;