mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed 'overriding core lump' error
Wrong container was reported for overriding lump
This commit is contained in:
parent
12db808307
commit
0dbd591812
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,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