mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 17:21:34 +00:00
Show line number on error, also hide under devmode
This commit is contained in:
parent
e6cb47e2f2
commit
76724c9c13
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue