Make important wads important again

This commit is contained in:
James R 2021-04-04 23:06:52 -07:00
parent d6dc33e024
commit 0522355135
2 changed files with 2 additions and 0 deletions

View file

@ -527,6 +527,7 @@ boolean CL_LoadServerFiles(void)
for (i = 0; i < fileneedednum; i++)
{
CONS_Printf(" %s\n", fileneeded[i].filename);
if (fileneeded[i].status == FS_OPEN)
continue; // Already loaded
else if (fileneeded[i].status == FS_FOUND)

View file

@ -755,6 +755,7 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
return INT16_MAX;
}
important = !important;
#ifndef NOMD5
//