diff options
author | Chris Robinson <[email protected]> | 2011-07-03 19:39:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-03 19:39:19 -0700 |
commit | 202f57552ad353912c54522605531e9737c790b0 (patch) | |
tree | a49bd178e9f56c3543f94f406d9352d0dae20c2d /OpenAL32/Include/alMain.h | |
parent | 5ba864b6da73ac27c560f5d0242b36d6fdae099e (diff) |
Use a proper enum for the distance model
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 44f32e0f..26a3bf30 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -464,8 +464,8 @@ struct ALCcontext_struct ALboolean Suspended; - ALenum DistanceModel; - ALboolean SourceDistanceModel; + enum DistanceModel DistanceModel; + ALboolean SourceDistanceModel; ALfloat DopplerFactor; ALfloat DopplerVelocity; |