mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
i guess this function was renamed??
This commit is contained in:
parent
39550596f9
commit
b1112b489c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue