mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Now that the server doesn't erroneously send the last mainwad
As the first part of fileneeded, we must load file 0
This commit is contained in:
parent
6ff69726a6
commit
6af76ee948
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ boolean CL_LoadServerFiles(void)
|
|||
// if (M_CheckParm("-nofiles"))
|
||||
// return;
|
||||
|
||||
for (i = 1; i < fileneedednum; i++)
|
||||
for (i = 0; i < fileneedednum; i++)
|
||||
{
|
||||
if (fileneeded[i].status == FS_OPEN)
|
||||
continue; // Already loaded
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue