IOQ3 commit 1924

This commit is contained in:
Richard Allen 2011-05-18 00:06:35 +00:00
parent 9cc8f7b276
commit ce2fd9dc57

View file

@ -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;