summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 12:58:37 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 12:58:37 +0000
commitc32eea02dd2de11636f5182a38fc8d577ff1f457 (patch)
tree9b938dcd27434f85792def682221c2675e3e2cf6 /src/openttd.cpp
parent22f56ffdd7b106b0fd080e1dc4adc957e1b356ea (diff)
downloadopenttd-c32eea02dd2de11636f5182a38fc8d577ff1f457.tar.xz
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 2386e4798..35677f155 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -63,6 +63,8 @@
#include "subsidy_func.h"
+#include "linkgraph/linkgraphschedule.h"
+
#include <stdarg.h>
@@ -297,6 +299,7 @@ static void ShutdownGame()
free(_config_file);
#endif
+ LinkGraphSchedule::Clear();
PoolBase::Clean(PT_ALL);
/* No NewGRFs were loaded when it was still bootstrapping. */