mirror of https://github.com/sm64pc/sm64pc.git
Update playback.c
This commit is contained in:
parent
2e06e25407
commit
9b07b766be
src/audio
|
@ -970,7 +970,7 @@ void reclaim_notes(void) {
|
|||
|
||||
for (i = 0; i < gMaxSimultaneousNotes; i++) {
|
||||
note = &gNotes[i];
|
||||
if (note->parentLayer != NO_LAYER) {
|
||||
if (note->parentLayer && note->parentLayer != NO_LAYER) {
|
||||
cond = FALSE;
|
||||
if (!note->parentLayer->enabled && note->priority >= NOTE_PRIORITY_MIN) {
|
||||
cond = TRUE;
|
||||
|
|
Loading…
Reference in New Issue