- 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
|
|
@ -253,7 +253,7 @@ void InitBotStuff()
|
|||
{
|
||||
int lump;
|
||||
int lastlump = 0;
|
||||
while (-1 != (lump = Wads.FindLump("BOTSUPP", &lastlump)))
|
||||
while (-1 != (lump = fileSystem.FindLump("BOTSUPP", &lastlump)))
|
||||
{
|
||||
FScanner sc(lump);
|
||||
sc.SetCMode(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue