From c67a25f63a370993d4096906f4912a15979f729b Mon Sep 17 00:00:00 2001 From: Kriti-dev07 Date: Mon, 7 Jul 2025 01:23:30 +0530 Subject: [PATCH] fix typo: Renamed STONE_STONE_CHOMP_STEP TO SOUND_STONE_CHOMP_STEP --- include/enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enums.h b/include/enums.h index bc70e06a52..d01165d25c 100644 --- a/include/enums.h +++ b/include/enums.h @@ -1310,7 +1310,7 @@ enum SoundIDs { SOUND_LULLABY = 0x000003F4, SOUND_BUBBLES_RISING = 0x000003F5, // unused SOUND_DRIP = 0x000003F6, - STONE_STONE_CHOMP_STEP = 0x000003F9, + SOUND_STONE_CHOMP_STEP, = 0x000003F9, SOUND_THROW = 0x000003FA, SOUND_PLAYER_COLLAPSE = 0x000003FB, SOUND_LUCKY = 0x000003FC,