Skip to content
Snippets Groups Projects
Commit 793e8ac0 authored by Skydusk's avatar Skydusk
Browse files

Just adding an argument to the message warning.

parent d7a84b96
No related branches found
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: Slope special with nothing to do.\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