File diff r9033:81771bbbd814 → r9034:7ec68c39aca3
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -886,8 +886,6 @@ static void DrawTile_TunnelBridge(TileIn
 
				}
 
			}
 
		} else if (!IsInvisibilitySet(TO_CATENARY) && HasCatenary(GetRailType(ti->tile))) {
 
			DrawCatenary(ti);
 

	
 
			catenary = true;
 
			StartSpriteCombine();
 
			DrawCatenaryOnTunnel(ti);
 
@@ -1089,7 +1087,7 @@ void DrawBridgeMiddle(const TileInfo* ti
 
			StartSpriteCombine();
 
		}
 
	} else if (HasCatenary(GetRailType(rampsouth))) {
 
		DrawCatenary(ti);
 
		DrawCatenaryOnBridge(ti);
 
	}
 

	
 
	/* draw roof, the component of the bridge which is logically between the vehicle and the camera */