engine: platform: fix sdl audio
This commit is contained in:
parent
29902f48d5
commit
2edc8b16ae
1 changed files with 2 additions and 1 deletions
|
@ -135,9 +135,10 @@ qboolean SNDDMA_Init( void )
|
|||
|
||||
Con_Printf( "Using SDL audio driver: %s @ %d Hz\n", SDL_GetCurrentAudioDriver( ), obtained.freq );
|
||||
|
||||
dma.initialized = true;
|
||||
|
||||
SNDDMA_Activate( true );
|
||||
|
||||
dma.initialized = true;
|
||||
return true;
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Add table
Reference in a new issue