small torch fix

This commit is contained in:
Ryanoberlein 2023-11-11 15:29:57 -05:00
commit 727565c0da

View file

@ -152,6 +152,10 @@ void accessible_torches(AccessibleActor* actor) {
return;
}
ActorAccessibility_PlaySoundForActor(actor, 0, NA_SE_IT_BOMB_IGNIT, false);
} else {
if (actor->policy.volume != 1.0) {
actor->policy.volume = 1.0;
}
}
if (actor->frameCount % 30 != 0) {
return;