summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/airport.h b/src/airport.h
index 2ab2e2c5f..d1cddba15 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -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
};