diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-02 02:40:01 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 02:40:01 +0700 |
| commit | 5037420311c92a0a795ff4c34a32e6f7fe6bb3ed (patch) | |
| tree | 41584a632c7111fe6a8ea7135446f8d780db557f /Minecraft.Client/Common/Audio/SoundEngine.cpp | |
| parent | 9382049029c8964c90920b84f7c67189893add29 (diff) | |
| parent | 9691561693c3171262a9ec9a0e4e8663949c3fa0 (diff) | |
Merge pull request #45 from simulpingus/main
Remove need for Durango folder, properly use Windows64Media, and add all DLC content
Diffstat (limited to 'Minecraft.Client/Common/Audio/SoundEngine.cpp')
| -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 4eaf7df7..1906b1aa 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[]={"Durango\\Sound\\"}; +char SoundEngine::m_szSoundPath[]={"Windows64Media\\Sound\\"}; char SoundEngine::m_szMusicPath[]={"music\\"}; char SoundEngine::m_szRedistName[]={"redist64"}; #elif defined _DURANGO |
