mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
Actually moved sound to "Windows64" so commit 9691561 works
Copy sound folder in "Durango" to "Windows64" rather than to media since it looks like that folder is mainly for the DLC content
This commit is contained in:
parent
5b5b9f6072
commit
2f711d4c22
|
|
@ -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
|
||||
|
|
|
|||
BIN
Minecraft.Client/Windows64/Sound/Minecraft.msscmp
Normal file
BIN
Minecraft.Client/Windows64/Sound/Minecraft.msscmp
Normal file
Binary file not shown.
Loading…
Reference in a new issue