Skip to content
Snippets Groups Projects
Verified Commit 76724c9c authored by SteelT's avatar SteelT
Browse files

Show line number on error, also hide under devmode

parent e6cb47e2
Branches
Tags
2 merge requests!488Merge in next and don't billboard papersprites in GL,!458Show line number on error, also hide under devmode
...@@ -264,7 +264,7 @@ void P_SpawnSlope_Line(int linenum) ...@@ -264,7 +264,7 @@ void P_SpawnSlope_Line(int linenum)
if(!line->frontsector || !line->backsector) if(!line->frontsector || !line->backsector)
{ {
CONS_Printf("P_SpawnSlope_Line used on a line without two sides.\n"); CONS_Debug(DBG_SETUP, "P_SpawnSlope_Line used on a line without two sides. (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