mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* Compiler warning fix
This commit is contained in:
parent
b2b17e334e
commit
4c8c2e5597
1 changed files with 3 additions and 2 deletions
|
@ -1747,8 +1747,9 @@ qboolean S_AL_Init( soundInterface_t *si )
|
|||
// Device enumeration support (extension currently only exists for windows).
|
||||
if((enumsupport = qalcIsExtensionPresent(NULL, "ALC_ENUMERATION_EXT")))
|
||||
{
|
||||
char *devicelist, devicenames[1024] = "";
|
||||
char *defaultdevice;
|
||||
char devicenames[1024] = "";
|
||||
const ALCchar *devicelist;
|
||||
const ALCchar *defaultdevice;
|
||||
int curlen;
|
||||
qboolean hasbegun = qfalse;
|
||||
|
||||
|
|
Loading…
Reference in a new issue