summaryrefslogtreecommitdiff
path: root/src/pathfinder
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2017-08-20 21:04:21 +0000
committerfrosch <frosch@openttd.org>2017-08-20 21:04:21 +0000
commit062c736437cf019bd781d8b34a538bb7ba88d286 (patch)
tree3b9ef50bc9b1fd4fdee9980fd7d9cbb50d748e8f /src/pathfinder
parenta6e7f1142bff2aa27ddeaa5e4cbd44649fc11f46 (diff)
downloadopenttd-062c736437cf019bd781d8b34a538bb7ba88d286.tar.xz
(svn r27896) -Fix: some warnings
Diffstat (limited to 'src/pathfinder')
-rw-r--r--src/pathfinder/npf/npf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathfinder/npf/npf.cpp b/src/pathfinder/npf/npf.cpp
index ebaf2ac57..1867b4b18 100644
--- a/src/pathfinder/npf/npf.cpp
+++ b/src/pathfinder/npf/npf.cpp
@@ -1236,6 +1236,7 @@ bool NPFTrainFindNearestSafeTile(const Train *v, TileIndex tile, Trackdir trackd
/* We set this in case the target is also the start tile, we will just
* return a not found then */
start1.user_data[NPF_TRACKDIR_CHOICE] = INVALID_TRACKDIR;
+ start1.user_data[NPF_NODE_FLAGS] = 0;
start1.direction = trackdir;
NPFSetFlag(&start1, NPF_FLAG_IGNORE_RESERVED, true);