mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Remove need for Durango folder
This commit is contained in:
parent
a2bcce6426
commit
9691561693
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue