equal
deleted
inserted
replaced
312 |
312 |
313 int CheckTrainStoppedInDepot(const Vehicle *v); |
313 int CheckTrainStoppedInDepot(const Vehicle *v); |
314 |
314 |
315 bool VehicleNeedsService(const Vehicle *v); |
315 bool VehicleNeedsService(const Vehicle *v); |
316 |
316 |
|
317 int32 SendAllVehiclesToDepot(byte type, uint32 flags, bool service, PlayerID owner); |
|
318 |
317 typedef struct GetNewVehiclePosResult { |
319 typedef struct GetNewVehiclePosResult { |
318 int x,y; |
320 int x,y; |
319 TileIndex old_tile; |
321 TileIndex old_tile; |
320 TileIndex new_tile; |
322 TileIndex new_tile; |
321 } GetNewVehiclePosResult; |
323 } GetNewVehiclePosResult; |