summaryrefslogtreecommitdiff
path: root/variables.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
commitb5f433bf4cbbbb45d8487d04d2492ed7e269823d (patch)
treeed501eeb08a1ccb519796aec762515649521aa43 /variables.h
parentd955b49e1b35a154c2c79ee477c6aa61ae2f7c16 (diff)
downloadopenttd-b5f433bf4cbbbb45d8487d04d2492ed7e269823d.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 'variables.h')
-rw-r--r--variables.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/variables.h b/variables.h
index 7cf870205..7f4d97e42 100644
--- a/variables.h
+++ b/variables.h
@@ -403,12 +403,6 @@ extern const byte _inclined_tileh[8];
extern const TileTypeProcs * const _tile_type_procs[16];
-/* station_cmd.c */
-// there are 5 types of airport (Country (3x4) , City(6x6), Metropolitan(6x6), International(7x7), Heliport(1x1)
-// will become obsolete once airports are loaded from seperate file
-extern const byte _airport_size_x[];
-extern const byte _airport_size_y[];
-
/* misc */
VARDEF char _screenshot_name[128];
VARDEF byte _vehicle_design_names;