(svn r4937) Reduce the use of _error_message a bit

This commit is contained in:
tron
2006-05-21 11:34:08 +00:00
parent 14d347b426
commit 2b17d16ce2
4 changed files with 13 additions and 17 deletions

View File

@@ -284,7 +284,7 @@ Vehicle *CreateEffectVehicleRel(const Vehicle *v, int x, int y, int z, EffectVeh
uint32 VehicleEnterTile(Vehicle *v, TileIndex tile, int x, int y);
void VehicleInTheWayErrMsg(const Vehicle* v);
StringID VehicleInTheWayErrMsg(const Vehicle* v);
Vehicle *FindVehicleBetween(TileIndex from, TileIndex to, byte z);
TileIndex GetVehicleOutOfTunnelTile(const Vehicle *v);