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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/void_map.h b/src/void_map.h
index 552a8c705..21658746e 100644
--- a/src/void_map.h
+++ b/src/void_map.h
@@ -12,7 +12,7 @@ static inline void MakeVoid(TileIndex t)
_m[t].m3 = 0;
_m[t].m4 = 0;
_m[t].m5 = 0;
- _m[t].extra = 0;
+ _m[t].m6 = 0;
}
#endif /* VOID_MAP_H */