Merge branch 'progsig-sx' into jgrpp

This commit is contained in:
Jonathan G Rennison
2015-10-01 20:58:34 +01:00
2 changed files with 11 additions and 7 deletions

View File

@@ -29,6 +29,7 @@
#include "game/game.hpp"
#include "linkgraph/linkgraphschedule.h"
#include "tracerestrict.h"
#include "programmable_signals.h"
#include "safeguards.h"
@@ -77,6 +78,9 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
ClearTraceRestrictMapping();
PoolBase::Clean(PT_NORMAL);
FreeSignalPrograms();
FreeSignalDependencies();
ResetPersistentNewGRFData();
InitializeSound();