From acb98b50c731d64136b3981525d3dadbe39563d9 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Tue, 27 Feb 2018 20:52:12 -0500 Subject: [PATCH] Another minor voting thing --- src/y_inter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/y_inter.c b/src/y_inter.c index ed26e2f3..62f60388 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -2372,7 +2372,7 @@ void Y_VoteTicker(void) { for (i = 0; i < MAXPLAYERS; i++) { - if ((playeringame[i] && !players[i].spectator) && votes[i] == -1) + if ((playeringame[i] && !players[i].spectator) && votes[i] == -1 && !splitscreen) votes[i] = 3; } } @@ -2520,7 +2520,7 @@ void Y_SetupVoteFinish(SINT8 pick, SINT8 level) for (i = 0; i < MAXPLAYERS; i++) { - if ((playeringame[i] && !players[i].spectator) && votes[i] == -1) + if ((playeringame[i] && !players[i].spectator) && votes[i] == -1 && !splitscreen) votes[i] = 3; if (votes[i] == -1)