diff options
author | tron <tron@openttd.org> | 2006-08-07 17:32:29 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-08-07 17:32:29 +0000 |
commit | b3cda6ee62b367824dcb3a3aabe641bfe6bf4720 (patch) | |
tree | 0b0bb34300c1cdebbcd9dc9c32903f328b4a19b9 /openttd.h | |
parent | b62f4ed9d251c842b29658d3e857542f65170450 (diff) | |
download | openttd-b3cda6ee62b367824dcb3a3aabe641bfe6bf4720.tar.xz |
(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and remove the attribute "type" from struct TileInfo
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -130,7 +130,6 @@ typedef struct TileInfo { uint x; uint y; Slope tileh; - uint type; TileIndex tile; uint z; } TileInfo; |