Start with 20 rings if using attack start

This commit is contained in:
AJ Martinez 2023-11-02 22:44:34 -07:00
parent 6e6c0cd71f
commit c7299274e1

View file

@ -2145,7 +2145,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
{ {
rings = 0; rings = 0;
} }
else if (modeattacking & ATTACKING_SPB) else if (G_TimeAttackStart())
{ {
rings = 20; rings = 20;
} }