Fixed device requested in MingW64 OpenAL code. Patch from Battler.

This commit is contained in:
TomW 2015-08-05 20:46:55 +01:00
commit 14b73fb7e6

View file

@ -29,7 +29,7 @@ ALvoid alutInit(ALint *argc,ALbyte **argv)
ALCdevice *Device;
//Open device
Device=alcOpenDevice((ALubyte*)"DirectSound3D");
Device=alcOpenDevice((ALubyte*)"");
//Create context(s)
Context=alcCreateContext(Device,NULL);
//Set active context