forked from mirror/OpenTTD
(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user