fix the missing break mentioned in previous commit
... but inadvertently left out of that commit.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user