mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 16:36:05 +00:00
Make important wads important again
This commit is contained in:
parent
d6dc33e024
commit
0522355135
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -755,6 +755,7 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
|
|||
return INT16_MAX;
|
||||
}
|
||||
|
||||
important = !important;
|
||||
|
||||
#ifndef NOMD5
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue