From 5c4b9bf8c75a813f7098fb35fc80dd776e708bd0 Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Sun, 25 Aug 2024 21:59:52 +0200
Subject: [PATCH] Fix build error

---
 src/p_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p_user.c b/src/p_user.c
index c5ff5aa727..acd8a6f632 100644
--- a/src/p_user.c
+++ b/src/p_user.c
@@ -8796,7 +8796,7 @@ void P_MovePlayer(player_t *player)
 		if ((cmd->buttons & BT_SHIELD) && !(player->pflags & PF_SHIELDDOWN) && !spinshieldhack)
 		{
 			// Transform into super if we can!
-			if (P_SuperReady(player, true))
+			if (P_SuperReady(player))
 				P_DoSuperTransformation(player, false);
 		}
 	}
-- 
GitLab