(svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec
This commit is contained in:
@@ -50,8 +50,13 @@ struct AirportSpec {
|
||||
|
||||
bool IsAvailable() const;
|
||||
|
||||
static void ResetAirports();
|
||||
|
||||
static AirportSpec dummy;
|
||||
static AirportSpec oilrig;
|
||||
|
||||
private:
|
||||
static AirportSpec specs[NUM_AIRPORTS];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user