mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-06 16:31:26 +00:00
Correct an oversight
This commit is contained in:
parent
4970df47e1
commit
f34ed24132
1 changed files with 2 additions and 1 deletions
|
@ -860,6 +860,7 @@ INT32 W_InitMultipleFiles(char **filenames)
|
||||||
INT32 rc = 1;
|
INT32 rc = 1;
|
||||||
|
|
||||||
// open all the files, load headers, and count lumps
|
// open all the files, load headers, and count lumps
|
||||||
|
if (!numwadfiles)
|
||||||
numwadfiles = 0;
|
numwadfiles = 0;
|
||||||
|
|
||||||
// will be realloced as lumps are added
|
// will be realloced as lumps are added
|
||||||
|
|
Loading…
Reference in a new issue