mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
CL_HTTP_EnableGenericFilelist() needs curl/download.c linked in.
Reported by @LoneFox78 in issue #369.
This commit is contained in:
parent
e049717ac3
commit
32d9119cff
1 changed files with 3 additions and 0 deletions
|
@ -505,7 +505,10 @@ CL_RequestNextDownload(void)
|
|||
precacherIteration = 0;
|
||||
gamedirForFilelist = false;
|
||||
|
||||
#ifdef USE_CURL
|
||||
CL_HTTP_EnableGenericFilelist();
|
||||
#endif
|
||||
|
||||
CL_RegisterSounds();
|
||||
CL_PrepRefresh();
|
||||
|
||||
|
|
Loading…
Reference in a new issue