mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +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;
|
precacherIteration = 0;
|
||||||
gamedirForFilelist = false;
|
gamedirForFilelist = false;
|
||||||
|
|
||||||
|
#ifdef USE_CURL
|
||||||
CL_HTTP_EnableGenericFilelist();
|
CL_HTTP_EnableGenericFilelist();
|
||||||
|
#endif
|
||||||
|
|
||||||
CL_RegisterSounds();
|
CL_RegisterSounds();
|
||||||
CL_PrepRefresh();
|
CL_PrepRefresh();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue