mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correct an oversight
This commit is contained in:
parent
bb8728845b
commit
4a74f92c17
1 changed files with 2 additions and 1 deletions
|
|
@ -860,7 +860,8 @@ INT32 W_InitMultipleFiles(char **filenames)
|
|||
INT32 rc = 1;
|
||||
|
||||
// open all the files, load headers, and count lumps
|
||||
numwadfiles = 0;
|
||||
if (!numwadfiles)
|
||||
numwadfiles = 0;
|
||||
|
||||
// will be realloced as lumps are added
|
||||
for (; *filenames; filenames++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue