mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-13 02:02:17 +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;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue