From 9760a592b263f41b5fc8b7d5668ae538066acc7d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 2 Nov 2013 17:30:28 -0700 Subject: Rename VCALL and VCALL0 to V and V0 --- OpenAL32/alState.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alState.c') 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++; } -- cgit v1.2.3