New sound system & removed miles

This commit is contained in:
Amun
2025-08-27 21:55:11 +03:00
parent eedc2a0748
commit 71e906b8f2
58 changed files with 94365 additions and 9806 deletions

View File

@@ -1051,10 +1051,10 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
if (!m_pySystem.IsNoSoundCard())
{
// Sound
if (!m_SoundManager.Create())
if (!m_SoundEngine.Initialize())
{
// NOTE : Áß±¹ÃøÀÇ ¿äûÀ¸·Î »ý·«
// LogBox(ApplicationStringTable_GetStringz(IDS_WARN_NO_SOUND_DEVICE));
TraceError("Failed to initialize sound manager!");
return false; // Is this important enough to stop the client?
}
}