diff options
author | Chris Robinson <[email protected]> | 2020-03-28 15:37:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-28 18:15:05 -0700 |
commit | f1f9a1417206e6097005c6088b65d56cb4e15429 (patch) | |
tree | 5ca1ad3fc79bfb1789ff0d0d9a28a2cebca845ef /al/listener.h | |
parent | 504745abec35c4718833cd7c7ed8db3b242e0aa2 (diff) |
Avoid AL[C]boolean for internal use
Diffstat (limited to 'al/listener.h')
-rw-r--r-- | al/listener.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/listener.h b/al/listener.h index 69276f1a..c96b35bf 100644 --- a/al/listener.h +++ b/al/listener.h @@ -52,7 +52,7 @@ struct ALlistener { ALfloat DopplerFactor; ALfloat SpeedOfSound; /* in units per sec! */ - ALboolean SourceDistanceModel; + bool SourceDistanceModel; DistanceModel mDistanceModel; } Params; |