Make a falsy useBlackRoc prevent doing Black Rock sparkle calculations and Egg Rock pulse sounds.

This commit is contained in:
toaster 2020-05-15 13:19:52 +01:00
parent d593e2e1bb
commit e99d38ffaf
1 changed files with 3 additions and 1 deletions

View File

@ -1681,7 +1681,9 @@ void F_GameEvaluationTicker(void)
return;
}
if (!goodending)
if (!useBlackRock)
;
else if (!goodending)
{
if (sparklloop)
sparklloop--;