File diff r23435:0f8f3f8f40ec → r23436:cfad304b5b27
src/misc.cpp
Show inline comments
 
@@ -28,6 +28,7 @@
 
#include "core/pool_type.hpp"
 
#include "game/game.hpp"
 
#include "linkgraph/linkgraphschedule.h"
 
#include "station_kdtree.h"
 
#include "town_kdtree.h"
 

	
 
#include "safeguards.h"
 
@@ -76,6 +77,7 @@ void InitializeGame(uint size_x, uint si
 
	LinkGraphSchedule::Clear();
 
	PoolBase::Clean(PT_NORMAL);
 

	
 
	RebuildStationKdtree();
 
	RebuildTownKdtree();
 

	
 
	ResetPersistentNewGRFData();