- 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
|
|
@ -124,7 +124,7 @@ FScanner::FScanner(int lumpnum, TMap<FName, Symbol>* extsymbols) : symbols(extsy
|
|||
|
||||
void FScanner::Open (const char *name)
|
||||
{
|
||||
int lump = fileSystem.CheckNumForAnyName(name);
|
||||
int lump = fileSystem.CheckNumForFullName(name, true);
|
||||
if (lump == -1)
|
||||
{
|
||||
I_Error("Could not find script lump '%s'\n", name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue