Instead of preventing lives for GTR_CAPSULES, prevent them for it being GPEVENT_BONUS

This commit is contained in:
toaster 2022-12-31 19:00:52 +00:00
parent a86ed5c6cb
commit 5b027ff2fe

View file

@ -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;
}