diff options
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; |