summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-07-26 05:58:34 +0000
committertron <tron@openttd.org>2006-07-26 05:58:34 +0000
commit3d1720ca29966f97c88950e007c44bfcc9b1fdc2 (patch)
treec38df6425ecd441f6c69da89eea11a56864794b1 /tunnelbridge_cmd.c
parentec109a8e8f08c276c568ae492d664358bb5c4f9a (diff)
downloadopenttd-3d1720ca29966f97c88950e007c44bfcc9b1fdc2.tar.xz
(svn r5611) Remove a stale comment
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r--tunnelbridge_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c
index ead5e9722..99032dac0 100644
--- a/tunnelbridge_cmd.c
+++ b/tunnelbridge_cmd.c
@@ -672,7 +672,6 @@ static int32 DoClearBridge(TileIndex tile, uint32 flags)
* problem of bridges over water, or higher bridges, where z is not increased,
* eg level bridge
*/
- /* Bridges on slopes might have their Z-value offset..correct this */
v = FindVehicleBetween(
tile + delta,
endtile - delta,