]> granicus.if.org Git - nethack/commitdiff
fix the missing break mentioned in previous commit
authornhmall <nhmall@nethack.org>
Thu, 26 Jan 2023 22:38:18 +0000 (17:38 -0500)
committernhmall <nhmall@nethack.org>
Thu, 26 Jan 2023 22:38:18 +0000 (17:38 -0500)
... but inadvertently left out of that commit.

sound/windsound/windsound.c

index 25a69d90572bb4e19787275c18959d0a0d2ed73e..2c8226b6df62b058f8d351cd9e32cb9d99c416fe 100644 (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;