(svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user