Remove a really minor 1-tic discrepancy

This commit is contained in:
TehRealSalt 2018-01-27 23:55:43 -05:00
parent 41f09816ce
commit 52d835cded
1 changed files with 3 additions and 3 deletions

View File

@ -2330,6 +2330,9 @@ void Y_VoteTicker(void)
}
}
if (votedata.numvotes >= numplayers)
votedata.timeleft = 0;
if (votedata.timeleft == 0 && voteendtic == -1)
{
votedata.pickedvote = P_RandomKey(votedata.numvotes);
@ -2337,9 +2340,6 @@ void Y_VoteTicker(void)
S_StartSound(NULL, sfx_ncitem);
voteendtic = votetic+(3*TICRATE);
}
if (votedata.numvotes >= numplayers)
votedata.timeleft = 0;
}
//