- Fixed compilation.

This commit is contained in:
drfrag 2019-09-20 22:10:59 +02:00
parent a82ee857e5
commit 734225e67f

View file

@ -153,7 +153,7 @@ void FWadCollection::InitMultipleFiles (TArray<FString> &filenames)
int baselump = NumLumps;
AddFile (filenames[i]);
if (i == (unsigned)MaxIwadIndex) MoveLumpsInFolder("after_iwad/");
if (i == (unsigned)IwadIndex) MoveLumpsInFolder("after_iwad/");
FStringf path("filter/%s", Files.Last()->GetHash().GetChars());
MoveLumpsInFolder(path);
}