Fix ccmd message
This commit is contained in:
parent
4d934ab310
commit
c64b5bb2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue