diff options
author | Chris Robinson <[email protected]> | 2012-04-19 22:28:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-04-19 22:28:01 -0700 |
commit | c9e64596a4266bdb6a9b76e30068d725729123c3 (patch) | |
tree | 8271b7b3fad1b26c301ab62eed46389c1a2f2d56 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 08bd5e8b37f63711a5d4d40418188e21c603f856 (diff) |
Use a consistent name for the self-id field
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 9cc9accb..5b3c723a 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -28,8 +28,8 @@ typedef struct ALeffectslot RefCount ref; - // Index to itself - ALuint effectslot; + /* Self ID */ + ALuint id; struct ALeffectslot *next; } ALeffectslot; |