fix: Implement missing critical hit sound (#1141)

This commit is contained in:
Tyler Reese
2026-04-13 00:51:16 -05:00
committed by itsRevela
parent 71707fbb8c
commit 6913ce5323
9 changed files with 64 additions and 9 deletions
@@ -223,6 +223,8 @@ const WCHAR *ConsoleSoundEngine::wchSoundNames[eSoundType_MAX]=
// 4J-PB - Some sounds were updated, but we can't do that for the 360 or we have to do a new sound bank
// instead, we'll add the sounds as new ones and change the code to reference them
L"fire.new_ignite",
L"damage.critical", //eSoundType_DAMAGE_CRITICAL,
};