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:
@@ -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 ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user