(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type

This commit is contained in:
smatz
2008-12-26 22:44:13 +00:00
parent 21fa036c21
commit f4d10ec033
3 changed files with 2 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ void ViewportAddVehicles(DrawPixelInfo *dpi);
SpriteID GetRotorImage(const Vehicle *v);
uint32 VehicleEnterTile(Vehicle *v, TileIndex tile, int x, int y);
StringID VehicleInTheWayErrMsg(const Vehicle* v);
bool HasVehicleOnTunnelBridge(TileIndex tile, TileIndex endtile, const Vehicle *ignore = NULL);