Make dedicated server compile with fmod

floating-point
Günther Brammer 2012-11-30 22:17:34 +01:00
parent 327bfa31e7
commit 8cfd88f0d2
1 changed files with 2 additions and 0 deletions

View File

@ -81,7 +81,9 @@ bool C4MusicSystem::InitializeMOD()
break;
case 1:
FSOUND_SetOutput(FSOUND_OUTPUT_DSOUND);
#ifdef USE_WIN32_WINDOWS
FSOUND_SetHWND(Application.pWindow->hWindow);
#endif
break;
case 2:
FSOUND_SetOutput(FSOUND_OUTPUT_DSOUND);