From 2c891966271a33824a65e360f538a1d457b32b23 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 7 Feb 2023 01:09:08 -0500 Subject: [PATCH] fix macsound build error with certain combo of preprocess defines --- sound/macsound/macsound.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/macsound/macsound.m b/sound/macsound/macsound.m index 37360b7de..b826f955f 100644 --- a/sound/macsound/macsound.m +++ b/sound/macsound/macsound.m @@ -50,8 +50,9 @@ struct sound_procs macsound_procs = { SOUND_TRIGGER_HEROMUSIC | SOUND_TRIGGER_SOUNDEFFECTS | SOUND_TRIGGER_ACHIEVEMENTS #ifdef SND_SPEECH - | SOUND_TRIGGER_VERBAL, + | SOUND_TRIGGER_VERBAL #endif + |0, macsound_init_nhsound, macsound_exit_nhsound, macsound_achievement, -- 2.50.1