mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Instead of preventing lives for GTR_CAPSULES, prevent them for it being GPEVENT_BONUS
This commit is contained in:
parent
a86ed5c6cb
commit
5b027ff2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -3227,7 +3227,7 @@ boolean G_GametypeUsesLives(void)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ((grandprixinfo.gp == true) // In Grand Prix
|
if ((grandprixinfo.gp == true) // In Grand Prix
|
||||||
&& !(gametyperules & GTR_CAPSULES)) // NOT in Break The Capsules
|
&& grandprixinfo.eventmode != GPEVENT_BONUS) // NOT in bonus round
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue