changeset 3537:2971b0b6eda5 draft

(svn r4398) -Fix: Quick and Dirty solution for FS#116. Just for the nightlies
author celestar <celestar@openttd.org>
date Wed, 12 Apr 2006 17:58:58 +0000
parents e84cd12ad1d8
children 3bdd700911f8
files tunnelbridge_cmd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tunnelbridge_cmd.c
+++ b/tunnelbridge_cmd.c
@@ -1123,6 +1123,7 @@
 				uint f = _bridge_foundations[GetBridgeAxis(tile)][tileh];
 
 				if (f != 0) {
+					if (f == 1) return z;
 					if (f < 15) return z + 8;
 					tileh = _inclined_tileh[f - 15];
 				}