(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a non-const pointer to a given airportspec
This commit is contained in:
@@ -47,6 +47,7 @@ struct AirportSpec {
|
||||
TTDPAirportType ttd_airport_type; ///< ttdpatch airport type (Small/Large/Helipad/Oilrig)
|
||||
|
||||
static const AirportSpec *Get(byte type);
|
||||
static AirportSpec *GetWithoutOverride(byte type);
|
||||
|
||||
bool IsAvailable() const;
|
||||
|
||||
|
Reference in New Issue
Block a user