From 00d84734b15d88e9e70243c3e7a61d3b025b5d3e Mon Sep 17 00:00:00 2001 From: Kriti-dev07 Date: Mon, 7 Jul 2025 02:10:14 +0530 Subject: [PATCH] added missing fix to enum.h --- include/enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enums.h b/include/enums.h index d01165d25c..e055ad280a 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, - SOUND_STONE_CHOMP_STEP, = 0x000003F9, + SOUND_STONE_CHOMP_STEP = 0x000003F9, SOUND_THROW = 0x000003FA, SOUND_PLAYER_COLLAPSE = 0x000003FB, SOUND_LUCKY = 0x000003FC,