mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +00:00
Correct an oversight
This commit is contained in:
parent
4970df47e1
commit
f34ed24132
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…
Reference in a new issue