- renamed the file system related classes to actually use the term "FileSystem".

This commit is contained in:
Christoph Oelckers 2020-04-11 13:24:34 +02:00
commit 6bccde3b51
103 changed files with 647 additions and 647 deletions

View file

@ -369,7 +369,7 @@ bool DInterBackground::LoadBackground(bool isenterpic)
}
else
{
int lumpnum = Wads.CheckNumForFullName(lumpname + 1, true);
int lumpnum = fileSystem.CheckNumForFullName(lumpname + 1, true);
if (lumpnum >= 0)
{
FScanner sc(lumpnum);