paste error

This commit is contained in:
nhmall
2023-02-03 14:04:12 -05:00
parent 3e6ea3faed
commit d9a6e581a1

View File

@@ -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;