summaryrefslogtreecommitdiff
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
commit4a2615958e6458dbb1d26d73001facbfb7374b5f (patch)
treeb734cb684f6b8ee3ef90b9c566cc5772e199d7d3
parent6f708b2efec037856284158bbc4cb21430c4365d (diff)
downloadopenttd-4a2615958e6458dbb1d26d73001facbfb7374b5f.tar.xz
(svn r4368) Revert clear_map.h changes in r4367.Error of manipulation
-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));