mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Fixed compilation.
This commit is contained in:
parent
a82ee857e5
commit
734225e67f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue