From ae21b22b3c7676aa32eae3af192a41c9eb543048 Mon Sep 17 00:00:00 2001
From: Ace Lite <lightacecz@gmail.com>
Date: Thu, 6 Jul 2023 18:28:46 +0000
Subject: [PATCH] Revert "Just adding an argument to the message warning."

This reverts commit 793e8ac09871ad825aa2185e5fefd8dbe5d39ab3
---
 src/p_slopes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p_slopes.c b/src/p_slopes.c
index 9648a3c45..48a13a07d 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", linenum);
+		CONS_Printf("line_SpawnViaLine: Slope special with nothing to do.\n");
 		return;
 	}
 
-- 
GitLab