(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes

This commit is contained in:
fonsinchen
2013-06-09 12:58:37 +00:00
parent 22f56ffdd7
commit c32eea02dd
13 changed files with 361 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include "window_func.h"
#include "core/pool_type.hpp"
#include "game/game.hpp"
#include "linkgraph/linkgraphschedule.h"
extern TileIndex _cur_tileloop_tile;
@@ -68,6 +69,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
InitializeOldNames();
}
LinkGraphSchedule::Clear();
PoolBase::Clean(PT_NORMAL);
ResetPersistentNewGRFData();