Skip to content
Snippets Groups Projects
Commit 372bb8b8 authored by Skydusk's avatar Skydusk Committed by sphere
Browse files

[UDMF] Updated line sloping warning message

parent d7a84b96
Branches
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ static void line_SpawnViaLine(const int linenum, const boolean spawnthinker) ...@@ -328,7 +328,7 @@ static void line_SpawnViaLine(const int linenum, const boolean spawnthinker)
if(!frontfloor && !backfloor && !frontceil && !backceil) 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; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment