From cade6f3cf69cb3e4f3cbf7e4952706b317e7ea88 Mon Sep 17 00:00:00 2001 From: Zwip-Zwap Zapony Date: Tue, 9 Nov 2021 16:59:49 +0100 Subject: [PATCH] Fix Ringslinger weapon ring penalty missplitment --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 784666ad4..a1b9206b0 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -2188,7 +2188,7 @@ static void ST_drawMatchHUD(void) { sprintf(penaltystr, "-%d", stplyr->ammoremoval); V_DrawString(offset + 8 + stplyr->ammoremovalweapon * 20, y, - V_REDMAP|V_SNAPTOBOTTOM, penaltystr); + V_REDMAP|V_SNAPTOBOTTOM|V_PERPLAYER, penaltystr); } }