Jacques patch for initializing m_context as NULL

This commit is contained in:
Chris Want
2003-07-01 00:53:26 +00:00
parent cee677699f
commit 14b4ed4e8d

View File

@@ -213,6 +213,7 @@ SND_OpenALDevice::SND_OpenALDevice()
else
m_audio = true;
m_context = NULL;
m_buffersinitialized = false;
m_sourcesinitialized = false;