From ecf7edd55f9e9d748401d15888c7082cb3dcc25e Mon Sep 17 00:00:00 2001 From: SinnamonLat Date: Tue, 24 May 2022 01:22:47 +0200 Subject: [PATCH] don't let menu inputs slide through the voting screen --- src/y_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/y_inter.c b/src/y_inter.c index a759f4a44..935838201 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -1510,7 +1510,7 @@ void Y_VoteTicker(void) if ((playeringame[p] && !players[p].spectator) && !voteclient.playerinfo[i].delay - && pickedvote == -1 && votes[p] == -1) + && pickedvote == -1 && votes[p] == -1 && menuactive == false) { if (G_PlayerInputDown(i, gc_up, 0)) {