equal
deleted
inserted
replaced
21 void RunTileLoop(); |
21 void RunTileLoop(); |
22 |
22 |
23 uint GetPartialZ(int x, int y, int corners); |
23 uint GetPartialZ(int x, int y, int corners); |
24 uint GetSlopeZ(int x, int y); |
24 uint GetSlopeZ(int x, int y); |
25 uint32 GetTileTrackStatus(uint tile, TransportType mode); |
25 uint32 GetTileTrackStatus(uint tile, TransportType mode); |
26 void GetAcceptedCargo(uint tile, AcceptedCargo *ac); |
26 void GetAcceptedCargo(uint tile, AcceptedCargo ac); |
27 void ChangeTileOwner(uint tile, byte old_player, byte new_player); |
27 void ChangeTileOwner(uint tile, byte old_player, byte new_player); |
28 void AnimateTile(uint tile); |
28 void AnimateTile(uint tile); |
29 void ClickTile(uint tile); |
29 void ClickTile(uint tile); |
30 void GetTileDesc(uint tile, TileDesc *td); |
30 void GetTileDesc(uint tile, TileDesc *td); |
31 void DrawTile(TileInfo *ti); |
31 void DrawTile(TileInfo *ti); |