diff options
author | yexo <yexo@openttd.org> | 2010-03-18 23:10:35 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-03-18 23:10:35 +0000 |
commit | a99a7e7a3784ce6678f8ce2402473133efe511e5 (patch) | |
tree | 4442c8e34282b6606c87df7ff67dc544b2407d4e /src/table | |
parent | c4a88ce0225a57243a79e28d133c2ecd884bee68 (diff) | |
download | openttd-a99a7e7a3784ce6678f8ce2402473133efe511e5.tar.xz |
(svn r19456) -Codechange; increase the maximum number of airports
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/airport_defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h index cd9f195b3..0ff8ea2c2 100644 --- a/src/table/airport_defaults.h +++ b/src/table/airport_defaults.h @@ -404,7 +404,7 @@ extern const AirportSpec _origin_airport_specs[] = { AS_GENERIC(&_airportfta_oilrig, NULL, 0, NULL, 0, 1, 1, 0, 4, 0, 0, ATP_TTDP_OILRIG, APC_HELIPORT, STR_NULL, false), }; -assert_compile(NUM_AIRPORTS == lengthof(_origin_airport_specs)); +assert_compile(NEW_AIRPORT_OFFSET == lengthof(_origin_airport_specs)); #undef AS #undef AS_ND |