summaryrefslogtreecommitdiff
path: root/src/void_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/void_map.h')
-rw-r--r--src/void_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/void_map.h b/src/void_map.h
index 21658746e..06c2570f9 100644
--- a/src/void_map.h
+++ b/src/void_map.h
@@ -13,6 +13,7 @@ static inline void MakeVoid(TileIndex t)
_m[t].m4 = 0;
_m[t].m5 = 0;
_m[t].m6 = 0;
+ _me[t].m7 = 0;
}
#endif /* VOID_MAP_H */