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:
Ashnal 2020-08-09 00:48:53 -04:00
parent 4c5eb0d6bc
commit cc78ef2c78
1 changed files with 1 additions and 1 deletions

View File

@ -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