File diff r1108:5ffe440bcfdc → r1109:6c0cc4a443a2
tunnelbridge_cmd.c
Show inline comments
 
@@ -817,8 +817,8 @@ static int32 ClearTile_TunnelBridge(uint
 
			return_cmd_error(STR_5007_MUST_DEMOLISH_BRIDGE_FIRST);
 

	
 
		return DoClearBridge(tile, flags);
 
	} 
 
	
 
	}
 

	
 
	return CMD_ERROR;
 
}