From a172297cfb455c7663812aa367e8616948e112c3 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Thu, 30 Jan 2025 22:47:26 -0300 Subject: [PATCH] Fix IT sign always displaying for the tagger in splitscreen --- 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 7cc9c02ae..173bb9731 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -3310,6 +3310,7 @@ static void P_DoPlayerHeadSigns(player_t *player) sign->frame = 2|FF_FULLBRIGHT; } } + } if (!P_MobjWasRemoved(sign) && splitscreen) // Hide the sign from yourself in splitscreen - In single-screen, it wouldn't get spawned if it shouldn't be visible { @@ -3347,7 +3348,6 @@ static void P_DoPlayerHeadSigns(player_t *player) } #endif } - } } //