summaryrefslogtreecommitdiff
path: root/pathfind.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
committerludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
commit9a060a0f242eee0b0c95fb21364bce0e790d3528 (patch)
treedc182cc3e9eea6a1776b7fdc84014ec094051275 /pathfind.c
parent2ae758a32beeb13fbefcc2bf84dfca20ab24b1f9 (diff)
downloadopenttd-9a060a0f242eee0b0c95fb21364bce0e790d3528.tar.xz
(svn r2781) Fix some of the issues with variables in .h files.
Diffstat (limited to 'pathfind.c')
-rw-r--r--pathfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathfind.c b/pathfind.c
index 646262097..449faab0e 100644
--- a/pathfind.c
+++ b/pathfind.c
@@ -668,7 +668,7 @@ static void NTPEnum(NewTrackPathFinder *tpf, TileIndex tile, uint direction)
FindLengthOfTunnelResult flotr;
int estimation;
-
+
// Need to have a special case for the start.
// We shouldn't call the callback for the current tile.