mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
don't let menu inputs slide through the voting screen
This commit is contained in:
parent
9b2fe3182d
commit
ecf7edd55f
1 changed files with 1 additions and 1 deletions
|
|
@ -1510,7 +1510,7 @@ void Y_VoteTicker(void)
|
||||||
|
|
||||||
if ((playeringame[p] && !players[p].spectator)
|
if ((playeringame[p] && !players[p].spectator)
|
||||||
&& !voteclient.playerinfo[i].delay
|
&& !voteclient.playerinfo[i].delay
|
||||||
&& pickedvote == -1 && votes[p] == -1)
|
&& pickedvote == -1 && votes[p] == -1 && menuactive == false)
|
||||||
{
|
{
|
||||||
if (G_PlayerInputDown(i, gc_up, 0))
|
if (G_PlayerInputDown(i, gc_up, 0))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue