git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5042 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2017-01-16 08:20:35 +00:00
parent f71f6260b1
commit 36c0c3302f
1 changed files with 2 additions and 0 deletions

View File

@ -1455,7 +1455,9 @@ struct dl_download *DL_Create(const char *url)
strcpy(newdl->url, url);
newdl->poll = DL_Decide;
newdl->sizelimit = 0x80000000u; //some sanity limit.
#if !defined(NPFTE) && !defined(SERVERONLY)
newdl->qdownload.method = DL_HTTP;
#endif
if (!newdl->poll(newdl))
{