mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Merge branch 'next' into 'next'
[UDMF] Updated line sloping warning message See merge request STJr/SRB2!2040
This commit is contained in:
commit
3af1074e17
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