mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +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
4c5eb0d6bc
commit
cc78ef2c78
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ boolean CL_LoadServerFiles(void)
|
||||||
// if (M_CheckParm("-nofiles"))
|
// if (M_CheckParm("-nofiles"))
|
||||||
// return;
|
// return;
|
||||||
|
|
||||||
for (i = 1; i < fileneedednum; i++)
|
for (i = 0; i < fileneedednum; i++)
|
||||||
{
|
{
|
||||||
if (fileneeded[i].status == FS_OPEN)
|
if (fileneeded[i].status == FS_OPEN)
|
||||||
continue; // Already loaded
|
continue; // Already loaded
|
||||||
|
|
Loading…
Reference in a new issue