mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Remove extra tokens if we got all 7 emeroods
This commit is contained in:
parent
2cfe5e3425
commit
0723383587
1 changed files with 3 additions and 0 deletions
|
|
@ -3739,7 +3739,10 @@ static void G_DoCompleted(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == 7)
|
if (i == 7)
|
||||||
|
{
|
||||||
gottoken = false;
|
gottoken = false;
|
||||||
|
token = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spec && !gottoken)
|
if (spec && !gottoken)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue