mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 18:01:25 +00:00
== --> >=
This commit is contained in:
parent
0717db3f31
commit
43656e0704
1 changed files with 1 additions and 1 deletions
|
|
@ -4256,7 +4256,7 @@ DoneSection2:
|
|||
// S_StartSound(player->mo, sfx_strpst);
|
||||
|
||||
// Figure out how many are playing on the last lap, to prevent spectate griefing
|
||||
if (!nospectategrief && player->laps == (UINT8)(cv_numlaps.value - 1))
|
||||
if (!nospectategrief && player->laps >= (UINT8)(cv_numlaps.value - 1))
|
||||
{
|
||||
UINT8 i;
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue