follow-up for today's sound interface changes

This commit is contained in:
nhmall
2023-01-22 16:44:48 -05:00
parent 949afe8e83
commit e9e62d7ad2
7 changed files with 252 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
*.wav
+2 -1
View File
@@ -82,7 +82,8 @@ windsound_hero_playnotes(int32_t instrument, const char *str, int32_t volume)
#ifdef WAVEMUSIC_SOUNDS
int reslt = 0;
boolean has_note_variations = FALSE;
char resourcename[120], *end_of_res = 0, *c = 0;
char resourcename[120], *end_of_res = 0;
const char *c = 0;
if (!str)
return;