summaryrefslogtreecommitdiff
path: root/clear_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'clear_map.h')
-rw-r--r--clear_map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clear_map.h b/clear_map.h
index 5769443a1..bfb9a3e98 100644
--- a/clear_map.h
+++ b/clear_map.h
@@ -19,6 +19,10 @@ typedef enum ClearGround {
} ClearGround;
+
+
+
+
static inline ClearGround GetClearGround(TileIndex t)
{
assert(IsTileType(t, MP_CLEAR));