Removed workaround from weekend. See mailing list for details.

This commit is contained in:
Joerg Mueller 2010-01-18 20:11:31 +00:00
parent 161ae41c6d
commit cd068e5530

@ -284,9 +284,7 @@ AUD_OpenALDevice::AUD_OpenALDevice(AUD_DeviceSpecs specs, int buffersize)
}
#endif
m_device = alcOpenDevice("ALSA Software");
if(m_device == NULL)
m_device = alcOpenDevice(NULL);
m_device = alcOpenDevice(NULL);
if(!m_device)
AUD_THROW(AUD_ERROR_OPENAL);