From 36c0c3302f3d676826fe0a162cbfe88dd96aeee9 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 16 Jan 2017 08:20:35 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5042 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/http/httpclient.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/http/httpclient.c b/engine/http/httpclient.c index acec63f14..9de2fa616 100644 --- a/engine/http/httpclient.c +++ b/engine/http/httpclient.c @@ -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)) {