renamed GetFileFullName to GetFileName

This commit is contained in:
Christoph Oelckers 2024-11-24 13:05:28 +01:00
commit ba2800d698
24 changed files with 43 additions and 43 deletions

View file

@ -562,7 +562,7 @@ public:
bool Parse(MapLoader *loader,int lumpnum, FileReader &lump, int lumplen)
{
Level = loader->Level;
sc.OpenMem(fileSystem.GetFileFullName(lumpnum), lump.Read(lumplen));
sc.OpenMem(fileSystem.GetFileName(lumpnum), lump.Read(lumplen));
sc.SetCMode(true);
// Namespace must be the first field because everything else depends on it.
if (sc.CheckString("namespace"))