neoLegacy/Minecraft.Client/Common/Audio
George V. 2ddf72a4eb
fix(audio): restore missing comma lost in upstream merge
A comma between "item.armor.equip_generic6" and "damage.critical" was
accidentally dropped during an upstream merge, causing the two entries
to be concatenated into a single string literal at compile time.

This produced an invalid sound key and led to crashes when:
- equipping armor
- triggering critical hits
2026-04-13 22:45:10 +03:00
..
Consoles_SoundEngine.cpp Remove AUTO_VAR macro and _toString function (#592) 2026-03-06 02:11:18 +07:00
Consoles_SoundEngine.h add support for linux clang cross compiles 2026-04-08 12:03:15 +03:00
miniaudio.h Remove all MSVC __int64 (#742) 2026-03-07 03:31:30 +07:00
SoundEngine.cpp Merge branch 'main' into upstream-merge 2026-04-13 17:39:46 +03:00
SoundEngine.h fix: correct mode-based music selection using unified music types 2026-04-08 03:34:54 +03:00
SoundNames.cpp fix(audio): restore missing comma lost in upstream merge 2026-04-13 22:45:10 +03:00
stb_vorbis.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00