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
+1
View File
@@ -118,6 +118,7 @@ windsound_hero_playnotes(int32_t instrument, const char *str, int32_t volume)
case ins_cello: /* MAGIC_HARP */ case ins_cello: /* MAGIC_HARP */
Strcpy(resourcename, "sound_Magic_Harp"); Strcpy(resourcename, "sound_Magic_Harp");
has_note_variations = TRUE; has_note_variations = TRUE;
break;
case ins_tinkle_bell: case ins_tinkle_bell:
Strcpy(resourcename, "sound_Bell"); Strcpy(resourcename, "sound_Bell");
break; break;