summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/station.h b/station.h
index 54372da47..d4e2061b6 100644
--- a/station.h
+++ b/station.h
@@ -37,7 +37,7 @@ struct Station {
byte airport_type;
byte truck_stop_status;
byte bus_stop_status;
- byte blocked_months;
+ byte blocked_months_obsolete;
// trainstation width/height
byte trainst_w, trainst_h;