fix macsound build error with certain combo of preprocess defines

This commit is contained in:
nhmall
2023-02-07 01:09:08 -05:00
parent fbd9a7bae8
commit 2c89196627

View 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,