Fix for the player by nazg-gul.

This commit is contained in:
Joerg Mueller
2010-02-22 08:27:45 +00:00
parent e31d0198e6
commit 81847df968

View File

@@ -586,7 +586,7 @@ bool GPG_Application::initEngine(GHOST_IWindow* window, const int stereoMode)
if (!m_networkdevice)
goto initFailed;
sound_init();
sound_init(m_maggie);
// create a ketsjisystem (only needed for timing and stuff)
m_kxsystem = new GPG_System (m_system);