mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 03:30:50 +00:00
Add missing force variable
This commit is contained in:
parent
22211387e4
commit
f24ce13083
1 changed files with 1 additions and 0 deletions
|
@ -2446,6 +2446,7 @@ void D_PickVote(void)
|
||||||
SINT8 templevels[MAXPLAYERS];
|
SINT8 templevels[MAXPLAYERS];
|
||||||
SINT8 votecompare = -1;
|
SINT8 votecompare = -1;
|
||||||
UINT8 numvotes = 0, key = 0;
|
UINT8 numvotes = 0, key = 0;
|
||||||
|
boolean force = true;
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
|
|
Loading…
Reference in a new issue