aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-11-02 17:30:28 -0700
committerChris Robinson <[email protected]>2013-11-02 17:30:28 -0700
commit9760a592b263f41b5fc8b7d5668ae538066acc7d (patch)
tree9ed3d0737c5e853cb30ee9d8509e8bc0cb002723 /OpenAL32/alState.c
parentf868d881d912c4b83dbea6dd75003a3f64c2835f (diff)
Rename VCALL and VCALL0 to V and V0
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r--OpenAL32/alState.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c
index fe817c5c..6c58e314 100644
--- a/OpenAL32/alState.c
+++ b/OpenAL32/alState.c
@@ -582,7 +582,7 @@ AL_API ALvoid AL_APIENTRY alDeferUpdatesSOFT(void)
while(slot != slot_end)
{
if(ExchangeInt(&(*slot)->NeedsUpdate, AL_FALSE))
- VCALL((*slot)->EffectState,update)(context->Device, *slot);
+ V((*slot)->EffectState,update)(context->Device, *slot);
slot++;
}