(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and remove the attribute "type" from struct TileInfo

This commit is contained in:
tron
2006-08-07 17:32:29 +00:00
parent b62f4ed9d2
commit b3cda6ee62
4 changed files with 19 additions and 32 deletions

View File

@@ -130,7 +130,6 @@ typedef struct TileInfo {
uint x;
uint y;
Slope tileh;
uint type;
TileIndex tile;
uint z;
} TileInfo;