mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Remove comment
This commit is contained in:
parent
ed55d21682
commit
df600ba780
1 changed files with 0 additions and 22 deletions
|
|
@ -2495,26 +2495,4 @@ void Y_SetupVoteFinish(INT8 pick, INT8 level)
|
||||||
pickedvote = pick;
|
pickedvote = pick;
|
||||||
nextmap = votelevels[level];
|
nextmap = votelevels[level];
|
||||||
timer = 0;
|
timer = 0;
|
||||||
|
|
||||||
if (voteendtic == -1)
|
|
||||||
{
|
|
||||||
/*UINT8 numplayers = 0;
|
|
||||||
|
|
||||||
if (splitscreen)
|
|
||||||
numplayers = 1;
|
|
||||||
else
|
|
||||||
{
|
|
||||||
UINT8 i;
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
|
||||||
{
|
|
||||||
if (playeringame[i] && !players[i].spectator)
|
|
||||||
numplayers++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (numplayers > 1)
|
|
||||||
voteendtic = votetic+(6*TICRATE);
|
|
||||||
else
|
|
||||||
voteendtic = votetic+(3*TICRATE);*/
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue