(svn r19456) -Codechange; increase the maximum number of airports

This commit is contained in:
yexo
2010-03-18 23:10:35 +00:00
parent c4a88ce022
commit a99a7e7a37
3 changed files with 4 additions and 3 deletions

View File

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