diff options
author | Chris Robinson <[email protected]> | 2013-11-02 17:30:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-02 17:30:28 -0700 |
commit | 9760a592b263f41b5fc8b7d5668ae538066acc7d (patch) | |
tree | 9ed3d0737c5e853cb30ee9d8509e8bc0cb002723 /OpenAL32/alState.c | |
parent | f868d881d912c4b83dbea6dd75003a3f64c2835f (diff) |
Rename VCALL and VCALL0 to V and V0
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r-- | OpenAL32/alState.c | 2 |
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++; } |