i guess this function was renamed??

This commit is contained in:
Sally Coolatta 2020-08-10 22:16:01 -04:00
parent 39550596f9
commit b1112b489c

View file

@ -2136,7 +2136,7 @@ static boolean CL_FinishedFileList(void)
return false;
}
if (CL_SendRequestFile())
if (CL_SendFileRequest())
cl_mode = CL_DOWNLOADFILES;
}
#ifdef HAVE_CURL
@ -2316,7 +2316,7 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
break;
CONS_Printf("One or more files failed to download, falling back to internal downloader\n");
if (CL_SendRequestFile())
if (CL_SendFileRequest())
{
cl_mode = CL_DOWNLOADFILES;
break;