mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
IOQ3 commit 1924
This commit is contained in:
parent
9cc8f7b276
commit
ce2fd9dc57
1 changed files with 2 additions and 2 deletions
|
@ -3127,7 +3127,7 @@ qboolean S_AL_Init( soundInterface_t *si )
|
|||
qalcIsExtensionPresent(NULL, "ALC_ENUMERATION_EXT")
|
||||
)
|
||||
{
|
||||
char devicenames[1024] = "";
|
||||
char devicenames[16384] = "";
|
||||
const char *devicelist;
|
||||
const char *defaultdevice;
|
||||
int curlen;
|
||||
|
@ -3235,7 +3235,7 @@ qboolean S_AL_Init( soundInterface_t *si )
|
|||
}
|
||||
else
|
||||
{
|
||||
char inputdevicenames[1024] = "";
|
||||
char inputdevicenames[16384] = "";
|
||||
const char *inputdevicelist;
|
||||
const char *defaultinputdevice;
|
||||
int curlen;
|
||||
|
|
Loading…
Reference in a new issue