Compilation warning in D_PickVote

This commit is contained in:
toaster 2022-08-28 18:34:33 +01:00
parent ac1fb8301d
commit 1a53836d6a

View file

@ -2484,7 +2484,6 @@ void D_PickVote(void)
SINT8 templevels[MAXPLAYERS];
SINT8 votecompare = -1;
UINT8 numvotes = 0, key = 0;
boolean force = true;
INT32 i;
for (i = 0; i < MAXPLAYERS; i++)
@ -2498,8 +2497,6 @@ void D_PickVote(void)
numvotes++;
if (votecompare == -1)
votecompare = votes[i];
else if (votes[i] != votecompare)
force = false;
}
}