mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'time-attack-refinement' into 'master'
Time attack refinement See merge request KartKrew/Kart!1593
This commit is contained in:
commit
1c4b568ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -2145,7 +2145,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
|||
{
|
||||
rings = 0;
|
||||
}
|
||||
else if (modeattacking & ATTACKING_SPB)
|
||||
else if (G_TimeAttackStart())
|
||||
{
|
||||
rings = 20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue