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 8f640704a..c3b2c5d83 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -36,7 +36,7 @@ enum {
AT_INTERCON = 7,
AT_HELISTATION = 8,
NUM_AIRPORTS = 9,
- AT_OILRIG = 15,
+ AT_OILRIG = 9,
AT_DUMMY = 255
};