diff --git a/src/p_slopes.c b/src/p_slopes.c index 48a13a07d61bc88b45a67ce4d5a0e181b31b53f6..1f07b8f37382270edd752dc9bfe2faf37bac1917 100644 --- a/src/p_slopes.c +++ b/src/p_slopes.c @@ -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; }