summaryrefslogtreecommitdiff
path: root/src/pathfind.cpp
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
committerskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
commit057ae477b5b08206df0c3cb35bf50ecb31af96f3 (patch)
tree2e39f6768332621cf233165bcce1d8d2ee07f273 /src/pathfind.cpp
parentf56579e0d9f8c0db5398dafa4c7c08829b23fe80 (diff)
downloadopenttd-057ae477b5b08206df0c3cb35bf50ecb31af96f3.tar.xz
(svn r11527) -Codechange: Split the bitmath functions of to their own files
Diffstat (limited to 'src/pathfind.cpp')
-rw-r--r--src/pathfind.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pathfind.cpp b/src/pathfind.cpp
index d2cf00f13..2588c1c76 100644
--- a/src/pathfind.cpp
+++ b/src/pathfind.cpp
@@ -230,17 +230,6 @@ static uint SkipToEndOfTunnel(TrackPathFinder* tpf, TileIndex tile, DiagDirectio
return flotr.tile;
}
-const byte _ffb_64[64] = {
- 0, 0, 1, 0, 2, 0, 1, 0,
- 3, 0, 1, 0, 2, 0, 1, 0,
- 4, 0, 1, 0, 2, 0, 1, 0,
- 3, 0, 1, 0, 2, 0, 1, 0,
- 5, 0, 1, 0, 2, 0, 1, 0,
- 3, 0, 1, 0, 2, 0, 1, 0,
- 4, 0, 1, 0, 2, 0, 1, 0,
- 3, 0, 1, 0, 2, 0, 1, 0,
-};
-
static void TPFMode1(TrackPathFinder* tpf, TileIndex tile, DiagDirection direction);
/** Most code of the "Normal" case of TPF Mode 1; for signals special tricks