diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-02 13:44:29 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 13:44:29 +0700 |
| commit | 3033ba58ad72d18df65135eeb4ed214e88098e14 (patch) | |
| tree | e5a30a01432f4c02634f6d170e8856d84163693c /Minecraft.Client | |
| parent | df2925a4ede5e86e39d9589f1fb8755c63e6263c (diff) | |
| parent | 2f711d4c22ec28121e64bd557a762e9ff60d9601 (diff) | |
Merge pull request #93 from SleepyLark/fix-sound
Fix sound not working
Diffstat (limited to 'Minecraft.Client')
| -rw-r--r-- | Minecraft.Client/Common/Audio/SoundEngine.cpp | 2 | ||||
| -rw-r--r-- | Minecraft.Client/Windows64/Sound/Minecraft.msscmp | bin | 0 -> 12276954 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/Audio/SoundEngine.cpp b/Minecraft.Client/Common/Audio/SoundEngine.cpp index 1906b1aa..43d2059d 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[]={"Windows64Media\\Sound\\"}; +char SoundEngine::m_szSoundPath[]={"Windows64\\Sound\\"}; char SoundEngine::m_szMusicPath[]={"music\\"}; char SoundEngine::m_szRedistName[]={"redist64"}; #elif defined _DURANGO diff --git a/Minecraft.Client/Windows64/Sound/Minecraft.msscmp b/Minecraft.Client/Windows64/Sound/Minecraft.msscmp Binary files differnew file mode 100644 index 00000000..13983f6d --- /dev/null +++ b/Minecraft.Client/Windows64/Sound/Minecraft.msscmp |
