Skip to content

Commit 2c260a8

Browse files
committed
Another audio safe-guard
1 parent c7033c9 commit 2c260a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/synthesis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ u64 *synthesis_process_notes(s16 *aiBuf, s32 bufLen, u64 *cmd) {
754754
flags = 0;
755755
}
756756
#endif
757-
else {
757+
else if(note->synthesisBuffers != NULL) {
758758
// ADPCM note
759759

760760
#ifdef VERSION_EU

0 commit comments

Comments
 (0)