(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:
celestar
2007-02-13 12:34:54 +00:00
parent d1d1d170f3
commit 6f68ac46b8
5 changed files with 8 additions and 9 deletions

View File

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