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
commit881b74e8828625b61df29d4a0a133535d31f96ba (patch)
tree33f30846cdc398f0f84e6a70cecf16fe85afc265 /src/pathfind.h
parentfa39916fe906543d2642dc63cd8badb10096a491 (diff)
downloadopenttd-881b74e8828625b61df29d4a0a133535d31f96ba.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.