mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Start with 20 rings if using attack start
This commit is contained in:
parent
6e6c0cd71f
commit
c7299274e1
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