summaryrefslogtreecommitdiff
path: root/src/tree_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree_map.h')
-rw-r--r--src/tree_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_map.h b/src/tree_map.h
index 105eb8dca..e614099fc 100644
--- a/src/tree_map.h
+++ b/src/tree_map.h
@@ -279,7 +279,7 @@ static inline void MakeTree(TileIndex t, TreeType type, uint count, uint growth,
_m[t].m3 = type;
_m[t].m4 = 0 << 5 | 0 << 2;
_m[t].m5 = count << 6 | growth;
- SB(_m[t].m6, 2, 4, 0);
+ SB(_me[t].m6, 2, 4, 0);
_me[t].m7 = 0;
}