summaryrefslogtreecommitdiff
path: root/src/pathfind.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-01-23 17:30:28 +0000
committersmatz <smatz@openttd.org>2008-01-23 17:30:28 +0000
commitd6eaf1a11abd9439400e55cd5fd6aab8eb01a0b2 (patch)
tree33f30846cdc398f0f84e6a70cecf16fe85afc265 /src/pathfind.h
parent4a3e135086fb2c29221a70e1bd0adf279f36c3bd (diff)
downloadopenttd-d6eaf1a11abd9439400e55cd5fd6aab8eb01a0b2.tar.xz
(svn r11962) -Cleanup: OPF is no longer used to update signals
Diffstat (limited to 'src/pathfind.h')
-rw-r--r--src/pathfind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pathfind.h b/src/pathfind.h
index d381b45a4..53eb6062a 100644
--- a/src/pathfind.h
+++ b/src/pathfind.h
@@ -60,7 +60,6 @@ struct TrackPathFinder {
byte var2;
bool disable_tile_hash;
- bool hasbit_13;
uint16 hash_head[0x400];
TileIndex hash_tile[0x400]; ///< stores the link index when multi link.