summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/station.h b/src/station.h
index d9f6d0c32..40d5297ef 100644
--- a/src/station.h
+++ b/src/station.h
@@ -139,8 +139,7 @@ struct Station {
Date build_date;
- //uint16 airport_flags;
- uint32 airport_flags;
+ uint64 airport_flags; /// stores which blocks on the airport are taken. was 16 bit earlier on, then 32
StationID index;
byte last_vehicle_type;