summaryrefslogtreecommitdiff
path: root/clear_map.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-11 22:15:57 +0000
committerbelugas <belugas@openttd.org>2006-04-11 22:15:57 +0000
commit39ebdae0452b4a0b1df1145a9e1de005bf3bd2b4 (patch)
treeb734cb684f6b8ee3ef90b9c566cc5772e199d7d3 /clear_map.h
parent88440522fe7bec718a740eebf58fd1352c872f28 (diff)
downloadopenttd-39ebdae0452b4a0b1df1145a9e1de005bf3bd2b4.tar.xz
(svn r4368) Revert clear_map.h changes in r4367.Error of manipulation
Diffstat (limited to 'clear_map.h')
-rw-r--r--clear_map.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clear_map.h b/clear_map.h
index bfb9a3e98..5769443a1 100644
--- a/clear_map.h
+++ b/clear_map.h
@@ -19,10 +19,6 @@ typedef enum ClearGround {
} ClearGround;
-
-
-
-
static inline ClearGround GetClearGround(TileIndex t)
{
assert(IsTileType(t, MP_CLEAR));