From f4d10ec033e7af54eedc9f19afccfff447e7c312 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 26 Dec 2008 22:44:13 +0000 Subject: (svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type --- src/tile_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tile_cmd.h') diff --git a/src/tile_cmd.h b/src/tile_cmd.h index a3be7ea44..5baa3fa25 100644 --- a/src/tile_cmd.h +++ b/src/tile_cmd.h @@ -152,6 +152,7 @@ struct TileTypeProcs { extern const TileTypeProcs * const _tile_type_procs[16]; TrackStatus GetTileTrackStatus(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side = INVALID_DIAGDIR); +VehicleEnterTileStatus VehicleEnterTile(Vehicle *v, TileIndex tile, int x, int y); void GetAcceptedCargo(TileIndex tile, AcceptedCargo ac); void ChangeTileOwner(TileIndex tile, Owner old_owner, Owner new_owner); void AnimateTile(TileIndex tile); -- cgit v1.2.3-54-g00ecf