added missing fix to enum.h

This commit is contained in:
Kriti-dev07 2025-07-07 02:10:14 +05:30
parent ba1bda8cab
commit 00d84734b1
1 changed files with 1 additions and 1 deletions

View File

@ -1310,7 +1310,7 @@ enum SoundIDs {
SOUND_LULLABY = 0x000003F4, SOUND_LULLABY = 0x000003F4,
SOUND_BUBBLES_RISING = 0x000003F5, // unused SOUND_BUBBLES_RISING = 0x000003F5, // unused
SOUND_DRIP = 0x000003F6, SOUND_DRIP = 0x000003F6,
SOUND_STONE_CHOMP_STEP, = 0x000003F9, SOUND_STONE_CHOMP_STEP = 0x000003F9,
SOUND_THROW = 0x000003FA, SOUND_THROW = 0x000003FA,
SOUND_PLAYER_COLLAPSE = 0x000003FB, SOUND_PLAYER_COLLAPSE = 0x000003FB,
SOUND_LUCKY = 0x000003FC, SOUND_LUCKY = 0x000003FC,