mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
[UDMF] Updated line sloping warning message
This commit is contained in:
parent
d7a84b967c
commit
372bb8b8fc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue