summaryrefslogtreecommitdiff
path: root/src/object_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_map.h')
-rw-r--r--src/object_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_map.h b/src/object_map.h
index 85faf4444..1aaf98434 100644
--- a/src/object_map.h
+++ b/src/object_map.h
@@ -82,7 +82,7 @@ static inline void MakeObject(TileIndex t, Owner o, ObjectID index, WaterClass w
_m[t].m3 = random;
_m[t].m4 = 0;
_m[t].m5 = index >> 16;
- SB(_m[t].m6, 2, 4, 0);
+ SB(_me[t].m6, 2, 4, 0);
_me[t].m7 = 0;
}