mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
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!?
This commit is contained in:
parent
a679e7a9e1
commit
b19004ae3b
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@ boolean CL_CheckDownloadable(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The following was written and then quickly deemed too fragile on paper to be worth testing.
|
// The following was written and, against all odds, works.
|
||||||
//#define MORELEGACYDOWNLOADER
|
#define MORELEGACYDOWNLOADER
|
||||||
|
|
||||||
/** Sends requests for files in the ::fileneeded table with a status of
|
/** Sends requests for files in the ::fileneeded table with a status of
|
||||||
* ::FS_NOTFOUND.
|
* ::FS_NOTFOUND.
|
||||||
|
|
Loading…
Reference in a new issue