From d9a6e581a1cfdb87d4daa5cb3d3ac95508369f55 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 3 Feb 2023 14:04:12 -0500 Subject: [PATCH] paste error --- include/sndprocs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1