mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 19:10:50 +00:00
- fixed 'overriding core lump' error
Wrong container was reported for overriding lump
This commit is contained in:
parent
8639c1412f
commit
35867a1c29
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ static void DoParse(int lumpnum)
|
|||
if (fileno == 0 && fileno2 != 0)
|
||||
{
|
||||
I_FatalError("File %s is overriding core lump %s.",
|
||||
Wads.GetWadFullName(Wads.GetLumpFile(baselump)), Includes[i].GetChars());
|
||||
Wads.GetWadFullName(Wads.GetLumpFile(lumpnum)), Includes[i].GetChars());
|
||||
}
|
||||
|
||||
ParseSingleFile(nullptr, nullptr, lumpnum, parser, state);
|
||||
|
|
Loading…
Reference in a new issue