summaryrefslogtreecommitdiff
path: root/src/station_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_map.h')
-rw-r--r--src/station_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_map.h b/src/station_map.h
index 7ca9bd720..e591787e3 100644
--- a/src/station_map.h
+++ b/src/station_map.h
@@ -542,6 +542,7 @@ static inline void MakeStation(TileIndex t, Owner o, StationID sid, StationType
SB(_me[t].m6, 2, 1, 0);
SB(_me[t].m6, 3, 3, st);
_me[t].m7 = 0;
+ _me[t].m8 = 0;
}
/**