(svn r124) Prepared code for removal of block_months variable in next major savegame version

This commit is contained in:
dominik
2004-08-23 21:29:25 +00:00
parent 4c0f46b5c7
commit 74852c4652
4 changed files with 7 additions and 5 deletions

View File

@@ -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;