- Roll back filesystem changes. These were causing instabilities in the master branch that were interfering with development.
This commit is contained in:
parent
786bfa6419
commit
f3b0c3ac5e
90 changed files with 1349 additions and 1582 deletions
|
|
@ -1282,11 +1282,11 @@ void ParseDecorate (FScanner &sc, PNamespace *ns)
|
|||
// This check needs to remain overridable for testing purposes.
|
||||
if (fileSystem.GetFileContainer(sc.LumpNum) == 0 && !Args->CheckParm("-allowdecoratecrossincludes"))
|
||||
{
|
||||
int includefile = fileSystem.GetFileContainer(fileSystem.CheckNumForAnyName(sc.String));
|
||||
int includefile = fileSystem.GetFileContainer(fileSystem.CheckNumForFullName(sc.String, true));
|
||||
if (includefile != 0)
|
||||
{
|
||||
I_FatalError("File %s is overriding core lump %s.",
|
||||
fileSystem.GetContainerFullName(includefile), sc.String);
|
||||
fileSystem.GetResourceFileFullName(includefile), sc.String);
|
||||
}
|
||||
}
|
||||
FScanner newscanner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue