From 6f68ac46b8c603b23123b5d899afa6988836f497 Mon Sep 17 00:00:00 2001 From: celestar Date: Tue, 13 Feb 2007 12:34:54 +0000 Subject: (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 --- src/station.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/station.h') 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; -- cgit v1.2.3-54-g00ecf