diff options
author | Chris Robinson <[email protected]> | 2011-03-12 20:54:49 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-12 20:54:49 -0800 |
commit | b1d4508d90eeb245bfc0f720fa9c0da7df8444fa (patch) | |
tree | 12e9d11a4fb137465db191073f71044925eacdda /OpenAL32/Include | |
parent | 8249dc8559aae9762fd3047120abeef0ae0303b6 (diff) |
Use a loop to make sure the requested effect is not disabled
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 43f36b04..74f50e8f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -375,6 +375,7 @@ extern const struct EffectList { const char *name; int type; const char *ename; + ALenum val; } EffectList[]; |