forked from mirror/OpenTTD
(svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "newgrf_townname.h"
|
||||
#include "newgrf_industries.h"
|
||||
#include "newgrf_airporttiles.h"
|
||||
#include "newgrf_airport.h"
|
||||
#include "rev.h"
|
||||
#include "fios.h"
|
||||
#include "rail.h"
|
||||
@@ -5907,6 +5908,7 @@ static void ResetNewGRFData()
|
||||
|
||||
/* Reset airport-related structures */
|
||||
ResetCustomAirports();
|
||||
AirportSpec::ResetAirports();
|
||||
AirportTileSpec::ResetAirportTiles();
|
||||
|
||||
/* Reset canal sprite groups and flags */
|
||||
|
Reference in New Issue
Block a user