- renamed the file system related classes to actually use the term "FileSystem".
This commit is contained in:
parent
83befa7686
commit
6bccde3b51
103 changed files with 647 additions and 647 deletions
|
|
@ -520,7 +520,7 @@ void MapLoader::InitED()
|
|||
FScanner sc;
|
||||
|
||||
if (filename.IsEmpty()) return;
|
||||
int lump = Wads.CheckNumForFullName(filename, true, ns_global);
|
||||
int lump = fileSystem.CheckNumForFullName(filename, true, ns_global);
|
||||
if (lump == -1) return;
|
||||
sc.OpenLumpNum(lump);
|
||||
|
||||
|
|
@ -659,7 +659,7 @@ void MapLoader::LoadMapinfoACSLump()
|
|||
{
|
||||
if (Level->info->acsName.IsNotEmpty())
|
||||
{
|
||||
int lump = Wads.CheckNumForName(Level->info->acsName);
|
||||
int lump = fileSystem.CheckNumForName(Level->info->acsName);
|
||||
if (lump >= 0) Level->Behaviors.LoadModule(lump);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue