mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase intermission tally speed
This commit is contained in:
parent
2898c5d60c
commit
0cdd4d1b07
1 changed files with 1 additions and 1 deletions
|
|
@ -2175,7 +2175,7 @@ void Y_Ticker(void)
|
|||
// Basic bitch points
|
||||
if (data.increase[data.num[q]])
|
||||
{
|
||||
if (--data.increase[data.num[q]])
|
||||
if (std::max(0,data.increase[data.num[q]]-3))
|
||||
kaching = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue