aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_curl.c')
-rw-r--r--code/client/cl_curl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/client/cl_curl.c b/code/client/cl_curl.c
index a7f0879..170e97b 100644
--- a/code/client/cl_curl.c
+++ b/code/client/cl_curl.c
@@ -332,8 +332,7 @@ void CL_cURL_PerformDownload(void)
qcurl_easy_strerror(msg->data.result),
code, clc.downloadURL);
}
- *clc.downloadTempName = *clc.downloadName = 0;
- Cvar_Set( "cl_downloadName", "" );
+
CL_NextDownload();
}
#endif /* USE_CURL */