turn all non-extern variables in s_sound.h into externs (and put their real definitions in the .c file)

(cherry picked from commit dab212dc56936dd92a935d0c81003ff1d35ee2ee)
This commit is contained in:
Monster Iestyn 2020-05-12 18:40:51 +01:00 committed by James R
parent 05c8865528
commit f89400c728

View file

@ -236,7 +236,7 @@ void S_StopSoundByNum(sfxenum_t sfxnum);
#ifdef MUSICSLOT_COMPATIBILITY
// For compatibility with code/scripts relying on older versions
// This is a list of all the "special" slot names and their associated numbers
const char *compat_special_music_slots[16];
extern const char *compat_special_music_slots[16];
#endif
#endif