summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-01-09 23:00:59 +0000
committersmatz <smatz@openttd.org>2008-01-09 23:00:59 +0000
commitbc4ed3eafd45062068dd397ffd602845d747597a (patch)
tree3de62d8fa49bd51c2036af4c35d3e035e59db6ea /src/economy.cpp
parentc004cc1fd9e706cbd9117e030c73f2043d7d974e (diff)
downloadopenttd-bc4ed3eafd45062068dd397ffd602845d747597a.tar.xz
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index bdef0a6c1..ca6177c34 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -43,6 +43,7 @@
#include "track_type.h"
#include "track_func.h"
#include "rail_map.h"
+#include "signal_func.h"
#include "gfx_func.h"
/**