* Fix whitespace
This commit is contained in:
parent
182b344818
commit
e0eb1b4227
1 changed files with 11 additions and 11 deletions
|
@ -2398,16 +2398,16 @@ qboolean S_AL_Init( soundInterface_t *si )
|
||||||
// get all available devices + the default device name.
|
// get all available devices + the default device name.
|
||||||
if(enumeration_ext)
|
if(enumeration_ext)
|
||||||
{
|
{
|
||||||
devicelist = qalcGetString(NULL, ALC_ALL_DEVICES_SPECIFIER);
|
devicelist = qalcGetString(NULL, ALC_ALL_DEVICES_SPECIFIER);
|
||||||
defaultdevice = qalcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER);
|
defaultdevice = qalcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We don't have ALC_ENUMERATE_ALL_EXT but normal enumeration.
|
// We don't have ALC_ENUMERATE_ALL_EXT but normal enumeration.
|
||||||
devicelist = qalcGetString(NULL, ALC_DEVICE_SPECIFIER);
|
devicelist = qalcGetString(NULL, ALC_DEVICE_SPECIFIER);
|
||||||
defaultdevice = qalcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
|
defaultdevice = qalcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
|
||||||
enumeration_ext = qtrue;
|
enumeration_ext = qtrue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// check whether the default device is generic hardware. If it is, change to
|
// check whether the default device is generic hardware. If it is, change to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue