mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-15 02:29:10 +00:00
(svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user