summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-07 17:32:29 +0000
committertron <tron@openttd.org>2006-08-07 17:32:29 +0000
commitb3cda6ee62b367824dcb3a3aabe641bfe6bf4720 (patch)
tree0b0bb34300c1cdebbcd9dc9c32903f328b4a19b9 /openttd.h
parentb62f4ed9d251c842b29658d3e857542f65170450 (diff)
downloadopenttd-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index c72cbc0a4..18fa5b449 100644
--- a/openttd.h
+++ b/openttd.h
@@ -130,7 +130,6 @@ typedef struct TileInfo {
uint x;
uint y;
Slope tileh;
- uint type;
TileIndex tile;
uint z;
} TileInfo;