soundlib selection in config file wasn't working

When there was more than one option #define'd
selection was not working correctly.
This commit is contained in:
nhmall
2024-12-30 12:54:12 -05:00
parent ac50b7fecc
commit eacfa202d9
3 changed files with 19 additions and 0 deletions

View File

@@ -2932,6 +2932,7 @@ extern char *get_sound_effect_filename(int32_t seidint,
extern char *base_soundname_to_filename(char *, char *, size_t, int32_t) NONNULLARG1;
extern void set_voice(struct monst *, int32_t, int32_t, int32_t) NO_NNARGS;
extern void sound_speak(const char *) NO_NNARGS;
extern enum soundlib_ids soundlib_id_from_opt(char *);
/* ### sp_lev.c ### */