File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/newgrf_airport.h
Show inline comments
 
@@ -9,12 +9,13 @@
 

	
 
#ifndef NEWGRF_AIRPORT_H
 
#define NEWGRF_AIRPORT_H
 

	
 
#include "airport.h"
 
#include "date_type.h"
 
#include "timer/timer_game_calendar.h"
 
#include "newgrf_class.h"
 
#include "newgrf_commons.h"
 
#include "tilearea_type.h"
 

	
 
/** Copy from station_map.h */
 
typedef byte StationGfx;
 
@@ -103,14 +104,14 @@ struct AirportSpec {
 
	const HangarTileTable *depot_table;    ///< gives the position of the depots on the airports
 
	byte nof_depots;                       ///< the number of hangar tiles in this airport
 
	byte size_x;                           ///< size of airport in x direction
 
	byte size_y;                           ///< size of airport in y direction
 
	byte noise_level;                      ///< noise that this airport generates
 
	byte catchment;                        ///< catchment area of this airport
 
	Year min_year;                         ///< first year the airport is available
 
	Year max_year;                         ///< last year the airport is available
 
	TimerGameCalendar::Year min_year;      ///< first year the airport is available
 
	TimerGameCalendar::Year max_year;      ///< last year the airport is available
 
	StringID name;                         ///< name of this airport
 
	TTDPAirportType ttd_airport_type;      ///< ttdpatch airport type (Small/Large/Helipad/Oilrig)
 
	AirportClassID cls_id;                 ///< the class to which this airport type belongs
 
	SpriteID preview_sprite;               ///< preview sprite for this airport
 
	uint16 maintenance_cost;               ///< maintenance cost multiplier
 
	/* Newgrf data */