Set SNDCAP_USERSOUNDS bit in windsound interface

This commit is contained in:
nhmall
2023-01-20 14:50:06 -05:00
parent 07d3b22b4e
commit 5e920a7f94

View File

@@ -25,7 +25,7 @@ static void windsound_play_usersound(char *, int32_t, int32_t);
struct sound_procs windsound_procs = {
SOUNDID(windsound),
0L,
SNDCAP_USERSOUNDS,
windsound_init_nhsound,
windsound_exit_nhsound,
windsound_achievement,