From: nhmall Date: Fri, 3 Feb 2023 19:04:12 +0000 (-0500) Subject: paste error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9a6e581a1cfdb87d4daa5cb3d3ac95508369f55;p=nethack paste error --- diff --git a/include/sndprocs.h b/include/sndprocs.h index be7efa680..bd2441197 100755 --- a/include/sndprocs.h +++ b/include/sndprocs.h @@ -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;