(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

@@ -37,7 +37,8 @@ enum {
AT_INTERCON = 7,
AT_HELISTATION = 8,
AT_OILRIG = 9,
NUM_AIRPORTS = 10,
NEW_AIRPORT_OFFSET = 10,
NUM_AIRPORTS = 128,
AT_DUMMY = 255
};