forked from metin-server/m2dev-client-src
New sound system & removed miles
This commit is contained in:
@@ -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?
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user