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

View file

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