mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 14:45:31 -07:00
small torch fix
This commit is contained in:
parent
e7d7bd7d7c
commit
727565c0da
1 changed files with 4 additions and 0 deletions
|
@ -152,6 +152,10 @@ void accessible_torches(AccessibleActor* actor) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ActorAccessibility_PlaySoundForActor(actor, 0, NA_SE_IT_BOMB_IGNIT, false);
|
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) {
|
if (actor->frameCount % 30 != 0) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue