src/airport.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6871 5a9dc001e1ad
child 10724 68a692eacf22
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     3 /** @file airport.cpp */
     3 /** @file airport.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "debug.h"
     7 #include "debug.h"
     8 #include "map.h"
       
     9 #include "airport.h"
     8 #include "airport.h"
    10 #include "macros.h"
     9 #include "core/bitmath_func.hpp"
    11 #include "variables.h"
    10 #include "core/alloc_func.hpp"
    12 #include "date.h"
    11 #include "date_func.h"
    13 #include "helpers.hpp"
    12 #include "settings_type.h"
    14 #include "newgrf_fsmports.h"
    13 #include "newgrf_fsmports.h"
    15 
    14 
    16 /* static */ AirportFTAClass *AirportFTAClass::oil_rig; ///< "Special" holding pattern used for oil rigs.
    15 /* static */ AirportFTAClass *AirportFTAClass::oil_rig; ///< "Special" holding pattern used for oil rigs.
    17 /* static */ AirportFTAClass *AirportFTAClass::dummy;   ///< A dummy holding pattern to be used when an airport has been removed, but the order to go to the airport has not been removed.
    16 /* static */ AirportFTAClass *AirportFTAClass::dummy;   ///< A dummy holding pattern to be used when an airport has been removed, but the order to go to the airport has not been removed.
    18 
    17