aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alAuxEffectSlot.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-15 16:24:12 -0800
committerChris Robinson <[email protected]>2008-01-15 16:24:12 -0800
commita6213ebfc75da6428849083d57e57dec3f8670a3 (patch)
tree168fbc57a5428020fdc76d5f2efcbf8c2d81973d /OpenAL32/alAuxEffectSlot.c
parentb95fcf5da1bb9b37f26c5f42864074790a48dc4f (diff)
Fix allocation of multiple effect slots, effects, and filters
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r--OpenAL32/alAuxEffectSlot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c
index 64ec6ef4..7eae3476 100644
--- a/OpenAL32/alAuxEffectSlot.c
+++ b/OpenAL32/alAuxEffectSlot.c
@@ -76,6 +76,8 @@ AL_API ALvoid AL_APIENTRY alGenAuxiliaryEffectSlots(ALsizei n, ALuint *effectslo
Context->AuxiliaryEffectSlotCount++;
i++;
+
+ list = &(*list)->next;
}
}
}