From: nhmall Date: Tue, 7 Feb 2023 06:09:08 +0000 (-0500) Subject: fix macsound build error with certain combo of preprocess defines X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c891966271a33824a65e360f538a1d457b32b23;p=nethack fix macsound build error with certain combo of preprocess defines --- 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,