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

@ -1181,7 +1181,7 @@ FSerializer &Serialize(FSerializer &arc, const char *key, FTextureID &value, FTe
if (TexMan.GetLinkedTexture(lump) == pic)
{
name = fileSystem.GetFileFullName(lump);
name = fileSystem.GetFileName(lump);
}
else
{