(svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec

This commit is contained in:
yexo
2010-03-05 23:21:23 +00:00
parent 308781664b
commit 664934e6f6
3 changed files with 21 additions and 3 deletions

View File

@@ -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 */