mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
looks like ALCchar is not available on older openal versions
This commit is contained in:
parent
b5ab8384ac
commit
cec7660885
1 changed files with 2 additions and 2 deletions
|
@ -1792,8 +1792,8 @@ qboolean S_AL_Init( soundInterface_t *si )
|
|||
if((enumsupport = qalcIsExtensionPresent(NULL, "ALC_ENUMERATION_EXT")))
|
||||
{
|
||||
char devicenames[1024] = "";
|
||||
const ALCchar *devicelist;
|
||||
const ALCchar *defaultdevice;
|
||||
const char *devicelist;
|
||||
const char *defaultdevice;
|
||||
int curlen;
|
||||
|
||||
// get all available devices + the default device name.
|
||||
|
|
Loading…
Reference in a new issue