Merge branch 'next' into 'next'

[UDMF] Updated line sloping warning message

See merge request STJr/SRB2!2040
This commit is contained in:
sphere 2023-07-06 19:27:32 +00:00
commit 3af1074e17

View file

@ -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;
}