[UDMF] Updated line sloping warning message

This commit is contained in:
Ace Lite 2023-07-06 19:27:32 +00:00 committed by sphere
parent d7a84b967c
commit 372bb8b8fc

View file

@ -328,7 +328,7 @@ static void line_SpawnViaLine(const int linenum, const boolean spawnthinker)
if(!frontfloor && !backfloor && !frontceil && !backceil)
{
CONS_Printf("line_SpawnViaLine: Slope special with nothing to do.\n");
CONS_Printf("line_SpawnViaLine: Unused slope special with nothing to do on line number %i\n", linenum);
return;
}