mirror of
https://github.com/zeldaret/oot
synced 2026-06-26 02:14:31 -04:00
Introduce Mutebehavior Flags (#1304)
* Add muteBehavior flags * touchup * Adjust comment
This commit is contained in:
@@ -264,8 +264,8 @@ void func_800E5584(AudioCmd* cmd) {
|
||||
NoteSubEu* subEu = ¬e->noteSubEu;
|
||||
|
||||
if (subEu->bitField0.enabled && note->playbackState.unk_04 == 0) {
|
||||
if (note->playbackState.parentLayer->channel->muteBehavior & 8) {
|
||||
subEu->bitField0.finished = 1;
|
||||
if (note->playbackState.parentLayer->channel->muteBehavior & MUTE_BEHAVIOR_3) {
|
||||
subEu->bitField0.finished = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user