From 676cd47bb2c23fd57c3e4677ce2575f840b079f2 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 12 Aug 2005 01:38:19 +0000 Subject: [PATCH] Disabled 'chunked' downloads. It was causing issues. There's a bug there somewhere, but it'll be too hard to find. Fall back to standard qw downloads. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1223 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/protocol.h b/engine/common/protocol.h index 0e37fb883..62d74d1be 100644 --- a/engine/common/protocol.h +++ b/engine/common/protocol.h @@ -56,7 +56,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PEXT_SHOWPIC 0x04000000 #define PEXT_SETATTACHMENT 0x08000000 //md3 tags (needs networking, they need to lerp). //#define PEXT_PK3DOWNLOADS 0x10000000 //retrieve a list of pk3s/pk3s/paks for downloading (with optional URL and crcs) -#define PEXT_CHUNKEDDOWNLOADS 0x20000000 //alternate file download method. Hopefully it'll give quadroupled download speed, especially on higher pings. +//There's still a bug I need to resolve #define PEXT_CHUNKEDDOWNLOADS 0x20000000 //alternate file download method. Hopefully it'll give quadroupled download speed, especially on higher pings. #ifdef CSQC_DAT #define PEXT_CSQC 0x40000000 //csqc additions