Fix ccmd message

This commit is contained in:
dpjudas 2024-10-01 01:01:46 +02:00
commit c64b5bb2cb

View file

@ -2119,7 +2119,7 @@ void DoomLevelMesh::DeleteLightmapLump(FLevelLocals& doomMap)
if (fullpath.Len() == 0)
return;
Printf("Deleting LIGHTMAP lump into %s\n", fullpath.GetChars());
Printf("Deleting LIGHTMAP lump from %s\n", fullpath.GetChars());
FileReader reader;
if (!reader.OpenFile(fullpath.GetChars()))