Changeset - r3938:20d8614cb565
[Not reviewed]
master
0 1 0
celestar - 18 years ago 2006-06-02 21:03:59
celestar@openttd.org
(svn r5081) -Fix: Could not build bridges over crossings (but crossings under bridges were possible), noticed by WhiteRabbit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
tunnelbridge_cmd.c
Show inline comments
 
@@ -344,7 +344,7 @@ int32 CmdBuildBridge(TileIndex end_tile,
 
				break;
 

	
 
			case MP_STREET:
 
				if (GetRoadTileType(tile) != ROAD_TILE_NORMAL) goto not_valid_below;
 
				if (GetRoadTileType(tile) == ROAD_TILE_DEPOT) goto not_valid_below;
 
				break;
 

	
 
			case MP_TUNNELBRIDGE:
0 comments (0 inline, 0 general)