summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-23 21:29:25 +0000
committerdominik <dominik@openttd.org>2004-08-23 21:29:25 +0000
commit74852c465286441595ef7356a2ecd8c8f5a48cb5 (patch)
treec245b79d0ed15b98fc918dfe0de02edac9750b2a /station.h
parent4c0f46b5c75e30e4ccc2592b11ad747d34b645bb (diff)
downloadopenttd-74852c465286441595ef7356a2ecd8c8f5a48cb5.tar.xz
(svn r124) Prepared code for removal of block_months variable in next major savegame version
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;