From: divverent Date: Wed, 30 Jan 2008 08:41:03 +0000 (+0000) Subject: make "stopdownload" also stop curl downloads X-Git-Tag: xonotic-v0.1.0preview~2461 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55be1a1fb3897c4a56a54bef4921bc2613eb3064;p=xonotic%2Fdarkplaces.git make "stopdownload" also stop curl downloads git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8053 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index 90874778..8c05fe3a 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1282,6 +1282,7 @@ void CL_DownloadBegin_f(void) void CL_StopDownload_f(void) { + Curl_CancelAll(); if (cls.qw_downloadname[0]) { Con_Printf("Download of %s aborted\n", cls.qw_downloadname);