]> granicus.if.org Git - nethack/commitdiff
fix macsound build error with certain combo of preprocess defines
authornhmall <nhmall@nethack.org>
Tue, 7 Feb 2023 06:09:08 +0000 (01:09 -0500)
committernhmall <nhmall@nethack.org>
Tue, 7 Feb 2023 06:09:08 +0000 (01:09 -0500)
sound/macsound/macsound.m

index 37360b7de664c0a1377f36ab0b788aff7edc34ce..b826f955f594a6eb050b2eccdc696eb0b07101f4 100644 (file)
@@ -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,