Merge pull request #93 from SleepyLark/fix-sound

Fix sound not working
This commit is contained in:
void_17
2026-03-02 13:44:29 +07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.