diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-03 06:22:43 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 06:22:43 +0700 |
| commit | e888735798291a164a752e06075a8aa2d3e499b3 (patch) | |
| tree | d7c5a49b11eca65ee7584fd2fce850c5ea1155ca /Minecraft.Client/Common/Audio | |
| parent | 7eb4c7848894bfa757abfcf946173c0d36d0a64b (diff) | |
Revert "Fix sound not working" (#205)
Diffstat (limited to 'Minecraft.Client/Common/Audio')
| -rw-r--r-- | Minecraft.Client/Common/Audio/SoundEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/Audio/SoundEngine.cpp b/Minecraft.Client/Common/Audio/SoundEngine.cpp index 4d356c13..e9affe6b 100644 --- a/Minecraft.Client/Common/Audio/SoundEngine.cpp +++ b/Minecraft.Client/Common/Audio/SoundEngine.cpp @@ -56,7 +56,7 @@ void SoundEngine::playMusicTick() {}; #else #ifdef _WINDOWS64 -char SoundEngine::m_szSoundPath[]={"Windows64\\Sound\\"}; +char SoundEngine::m_szSoundPath[]={"Windows64Media\\Sound\\"}; char SoundEngine::m_szMusicPath[]={"music\\"}; char SoundEngine::m_szRedistName[]={"redist64"}; #elif defined _DURANGO |
