afritz1 / OpenTESArena

Open-source re-implementation of The Elder Scrolls: Arena.
MIT License
988 stars 68 forks source link

Implement music volume handling, and a couple MIDI fixes #20

Closed kcat closed 8 years ago

afritz1 commented 8 years ago

In the OpenALStream() initialization list, I moved the mBuffers member outside of it because Visual Studio's compiler does not have array initialization implemented in the initialization list yet.

kcat commented 8 years ago

Okay, added a workaround for that.