aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-08-21 03:24:48 -0700
committerChris Robinson <[email protected]>2014-08-21 03:41:13 -0700
commit259e265920f6505554e0625338fbc6e56d0858f2 (patch)
tree58ba68d535c5f001df101740fd93e66fc905a6c6 /OpenAL32/Include/alMain.h
parent65d2e0eb8d8c2af6e36586299bca23c014167b24 (diff)
Rename activesource to voice
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 0aea19e2..4113a70a 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -748,9 +748,9 @@ struct ALCcontext_struct
volatile ALfloat SpeedOfSound;
volatile ALenum DeferUpdates;
- struct ALactivesource *ActiveSources;
- ALsizei ActiveSourceCount;
- ALsizei MaxActiveSources;
+ struct ALvoice *Voices;
+ ALsizei VoiceCount;
+ ALsizei MaxVoices;
VECTOR(struct ALeffectslot*) ActiveAuxSlots;