diff options
author | Chris Robinson <[email protected]> | 2011-05-06 00:38:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-06 00:38:10 -0700 |
commit | 1363e044acb52e9e51e2b3dcdc6dbad823ccb06c (patch) | |
tree | 07d01ec3fa48890b48cb0da4a47095084bd5c164 /OpenAL32/Include | |
parent | 9967d4eadded7cfc0c8424d6ffd756b85ba6f4ef (diff) |
Remove the head_dampen option
Now that HRTF is properly supported, it's not needed
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1eb8cfe0..bb8784b7 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -480,9 +480,6 @@ struct ALCdevice_struct struct bs2b *Bs2b; ALCint Bs2bLevel; - // Simulated dampening from head occlusion - ALfloat HeadDampen; - // Device flags ALuint Flags; |