summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/airport.h b/src/airport.h
index c3b2c5d83..e532643a2 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -35,8 +35,8 @@ enum {
AT_HELIDEPOT = 6,
AT_INTERCON = 7,
AT_HELISTATION = 8,
- NUM_AIRPORTS = 9,
AT_OILRIG = 9,
+ NUM_AIRPORTS = 10,
AT_DUMMY = 255
};