summaryrefslogtreecommitdiff
path: root/src/clear_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clear_map.h')
-rw-r--r--src/clear_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clear_map.h b/src/clear_map.h
index bd48c079a..76b1e82d0 100644
--- a/src/clear_map.h
+++ b/src/clear_map.h
@@ -267,7 +267,7 @@ static inline void MakeClear(TileIndex t, ClearGround g, uint density)
_m[t].m3 = 0;
_m[t].m4 = 0 << 5 | 0 << 2;
SetClearGroundDensity(t, g, density); // Sets m5
- _m[t].m6 = 0;
+ _me[t].m6 = 0;
_me[t].m7 = 0;
}