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

View file

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