equal
deleted
inserted
replaced
5 |
5 |
6 /* landscape.c */ |
6 /* landscape.c */ |
7 void FindLandscapeHeight(TileInfo *ti, uint x, uint y); |
7 void FindLandscapeHeight(TileInfo *ti, uint x, uint y); |
8 |
8 |
9 void DoClearSquare(TileIndex tile); |
9 void DoClearSquare(TileIndex tile); |
10 void CDECL ModifyTile(TileIndex tile, uint flags, ...); |
|
11 void RunTileLoop(void); |
10 void RunTileLoop(void); |
12 |
11 |
13 uint GetPartialZ(int x, int y, int corners); |
12 uint GetPartialZ(int x, int y, int corners); |
14 uint GetSlopeZ(int x, int y); |
13 uint GetSlopeZ(int x, int y); |
15 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode); |
14 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode); |