Skip to content
Snippets Groups Projects
Commit 3af1074e authored by sphere's avatar sphere
Browse files

Merge branch 'next' into 'next'

[UDMF] Updated line sloping warning message

See merge request STJr/SRB2!2040
parents d7a84b96 372bb8b8
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment