]> granicus.if.org Git - nethack/commitdiff
paste error
authornhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 19:04:12 +0000 (14:04 -0500)
committernhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 19:04:12 +0000 (14:04 -0500)
include/sndprocs.h

index be7efa680f19106e53ea16c465a862691d3ed568..bd2441197b80a312a2b8e242439c8c3b26375ced 100755 (executable)
@@ -52,7 +52,7 @@ struct sound_procs {
                                  int32_t volume);
     void (*sound_play_usersound)(char *filename, int32_t volume, int32_t idx);
     void (*sound_ambience)(int32_t ambience_action, int32_t ambienceid,
-                           int32_t volume);
+                           int32_t proximity);
 };
 
 extern struct sound_procs sndprocs;