summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-03-05 23:21:51 +0000
committeryexo <yexo@openttd.org>2010-03-05 23:21:51 +0000
commit585b036c90b9984bf5a1ecc79e6932182fa8adc0 (patch)
treedf4b7bd9a7b682d76ec4209622545fe90e825209 /src/airport.h
parentc42e2a9bfc2114d54257832a644d485244c0c537 (diff)
downloadopenttd-585b036c90b9984bf5a1ecc79e6932182fa8adc0.tar.xz
(svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed
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
};