specify alDevice instead of NULL when asking for for ALC_EXTENSIONS

patch by Ben Millwood (#3777)
This commit is contained in:
Ludwig Nussel 2008-11-02 17:32:25 +00:00
parent e1983208f0
commit 5a3eda3485
1 changed files with 1 additions and 1 deletions

View File

@ -1898,7 +1898,7 @@ void S_AL_SoundInfo( void )
Com_Printf( " Version: %s\n", qalGetString( AL_VERSION ) );
Com_Printf( " Renderer: %s\n", qalGetString( AL_RENDERER ) );
Com_Printf( " AL Extensions: %s\n", qalGetString( AL_EXTENSIONS ) );
Com_Printf( " ALC Extensions: %s\n", qalcGetString( NULL, ALC_EXTENSIONS ) );
Com_Printf( " ALC Extensions: %s\n", qalcGetString( alDevice, ALC_EXTENSIONS ) );
if(qalcIsExtensionPresent(NULL, "ALC_ENUMERATION_EXT"))
{
Com_Printf(" Device: %s\n", qalcGetString(alDevice, ALC_DEVICE_SPECIFIER));