summaryrefslogtreecommitdiff
path: root/src/pbs.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-07 08:41:18 +0000
committerrubidium <rubidium@openttd.org>2009-12-07 08:41:18 +0000
commitad6d8c1f4634d8dabdff094110a263b53e223436 (patch)
tree1efded20f39577856e4e24e887ff53efbb9b61fb /src/pbs.cpp
parent73df2c7a252eb8c523222928de3d5ed98d78519b (diff)
downloadopenttd-ad6d8c1f4634d8dabdff094110a263b53e223436.tar.xz
(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r--src/pbs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pbs.cpp b/src/pbs.cpp
index 789d822a9..adae29e5b 100644
--- a/src/pbs.cpp
+++ b/src/pbs.cpp
@@ -12,7 +12,8 @@
#include "stdafx.h"
#include "functions.h"
#include "vehicle_func.h"
-#include "pathfinder/yapf/follow_track.hpp"
+#include "pathfinder/follow_track.hpp"
+//#include "depot_map.h"
/**
* Get the reserved trackbits for any tile, regardless of type.