- 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
|
|
@ -517,7 +517,7 @@ bool DInterBackground::LoadBackground(bool isenterpic)
|
|||
{
|
||||
try
|
||||
{
|
||||
int lumpnum = fileSystem.CheckNumForAnyName(lumpname);
|
||||
int lumpnum = fileSystem.CheckNumForFullName(lumpname, true);
|
||||
if (lumpnum == -1)
|
||||
{
|
||||
I_Error("Intermission animation lump %s not found!", lumpname);
|
||||
|
|
@ -757,7 +757,7 @@ bool DInterBackground::LoadBackground(bool isenterpic)
|
|||
}
|
||||
else
|
||||
{
|
||||
int lumpnum = fileSystem.CheckNumForAnyName(lumpname + 1);
|
||||
int lumpnum = fileSystem.CheckNumForFullName(lumpname + 1, true);
|
||||
if (lumpnum >= 0)
|
||||
{
|
||||
FScanner sc(lumpnum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue