mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +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…
Add table
Add a link
Reference in a new issue