From b19004ae3bc12e3563cbbef92f162ea51537fda4 Mon Sep 17 00:00:00 2001 From: toaster Date: Mon, 31 Oct 2022 17:51:25 +0000 Subject: [PATCH] Enable extended legacy downloader Tested with a full 255 WAD server, it's a LITTLE silly but I think it's inexplicably safe to ship!? --- src/d_netfil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_netfil.c b/src/d_netfil.c index d3114dfa..fac60d28 100644 --- a/src/d_netfil.c +++ b/src/d_netfil.c @@ -299,8 +299,8 @@ boolean CL_CheckDownloadable(void) return false; } -// The following was written and then quickly deemed too fragile on paper to be worth testing. -//#define MORELEGACYDOWNLOADER +// The following was written and, against all odds, works. +#define MORELEGACYDOWNLOADER /** Sends requests for files in the ::fileneeded table with a status of * ::FS_NOTFOUND.