Apply to any break the capsules, instead of only time attack

This commit is contained in:
Sally Cochenour 2020-03-22 16:14:53 -04:00
parent 8d91ff1e1c
commit 198b9770f7

View file

@ -29,8 +29,8 @@ UINT8 numtargets = 0; // Capsules busted
INT32 K_StartingBumperCount(void)
{
if (modeattacking)
return 1; // Break the Capsules
if (battlecapsules)
return 1; // always 1 hit in Break the Capsules
return cv_kartbumpers.value;
}