fix the missing break mentioned in previous commit

... but inadvertently left out of that commit.
This commit is contained in:
nhmall
2023-01-26 17:38:18 -05:00
parent 446044e1d5
commit 049b90e25e

View File

@@ -118,6 +118,7 @@ windsound_hero_playnotes(int32_t instrument, const char *str, int32_t volume)
case ins_cello: /* MAGIC_HARP */
Strcpy(resourcename, "sound_Magic_Harp");
has_note_variations = TRUE;
break;
case ins_tinkle_bell:
Strcpy(resourcename, "sound_Bell");
break;