(svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed

This commit is contained in:
yexo
2010-03-05 23:21:51 +00:00
parent c42e2a9bfc
commit 585b036c90
5 changed files with 12 additions and 11 deletions

View File

@@ -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
};