summaryrefslogtreecommitdiff
path: root/airport.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-05-20 15:13:27 +0000
committertron <tron@openttd.org>2006-05-20 15:13:27 +0000
commitedb5e87e0c1dc116e5281ac775b2ca17e67654d3 (patch)
treeed501eeb08a1ccb519796aec762515649521aa43 /airport.h
parent910aa90bd366d10df423f1d591b6bebb8a972256 (diff)
downloadopenttd-edb5e87e0c1dc116e5281ac775b2ca17e67654d3.tar.xz
(svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport
Diffstat (limited to 'airport.h')
-rw-r--r--airport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airport.h b/airport.h
index 78f11e3ed..3497bccdb 100644
--- a/airport.h
+++ b/airport.h
@@ -105,6 +105,8 @@ typedef struct AirportFTAClass {
const TileIndexDiffC *airport_depots; // gives the position of the depots on the airports
byte nof_depots; // number of depots this airport has
struct AirportFTA *layout; // state machine for airport
+ byte size_x;
+ byte size_y;
} AirportFTAClass;
// internal structure used in openttd - Finite sTate mAchine --> FTA