Use cleaner constructor/destructor calls for ALCcontext
commitad82a70a655f3b1172a2b1c49b3eea2feb699c16
authorChris Robinson <chris.kcat@gmail.com>
Sun, 18 Nov 2018 13:40:00 +0000 (18 05:40 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 18 Nov 2018 13:40:00 +0000 (18 05:40 -0800)
tree75181389e46034e23c0a0298018e6e037c9fe632
parentde13f30e286358d8e4f41e457421e4ec9776e3f5
Use cleaner constructor/destructor calls for ALCcontext

Note that the actual type name is ALCcontext_struct, because of how it's
defined in AL/alc.h (ALCcontext is just an alias to struct ALCcontext_struct).
Alc/alc.cpp
Alc/alcontext.h
OpenAL32/Include/alListener.h