aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-09 04:44:27 -0700
committerChris Robinson <[email protected]>2012-10-09 04:44:27 -0700
commitc22408cb2af607ce65846a4ade31251b714c183b (patch)
tree3bfea812a9c297b4991cfcf77cb883dda8fe220e /OpenAL32/Include/alMain.h
parent8c3419ed48b0221816314f605b0a7c6e045d95dc (diff)
Store a pointer to the listener in the context
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index e2031857..e12e432f 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -709,7 +709,7 @@ struct ALCcontext_struct
{
volatile RefCount ref;
- ALlistener Listener;
+ ALlistener *Listener;
UIntMap SourceMap;
UIntMap EffectSlotMap;