Remove need for Durango folder

This commit is contained in:
Slenderman
2026-03-01 14:33:30 -05:00
parent a2bcce6426
commit 9691561693
3 changed files with 5 additions and 7 deletions

View File

@@ -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