]> granicus.if.org Git - nethack/commitdiff
Set SNDCAP_USERSOUNDS bit in windsound interface
authornhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 19:50:06 +0000 (14:50 -0500)
committernhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 19:50:06 +0000 (14:50 -0500)
sound/windsound/windsound.c

index 15a4bdf8f9c5b2ec4a31793a7c9d8ba91d8cd2fb..f91508877c7b7c93753933881fb9af4fe8ff5d6a 100644 (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,