aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-15 00:19:38 -0700
committerChris Robinson <[email protected]>2010-08-15 00:19:38 -0700
commit2915d9dbd9c4a0575a94eb1f65a1fc47c866209c (patch)
treef70c6c580b4d792ca256e022d70164406110634d /OpenAL32/Include/alSource.h
parent0c49e5ba56bb9b944ea3a55ce34a7ecc69832f38 (diff)
Use click removal to handle harsh panning/volume changes
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 9cee835b..c18b8629 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -81,12 +81,8 @@ typedef struct ALsource
// Source Type (Static, Streaming, or Undetermined)
ALint lSourceType;
- // Current gains, which are ramped while mixed
- ALfloat DryGains[OUTPUTCHANNELS];
- ALfloat WetGains[MAX_SENDS];
- ALboolean FirstStart;
-
// Current target parameters used for mixing
+ ALboolean FirstStart;
ALboolean NeedsUpdate;
struct {
ALfloat DryGains[OUTPUTCHANNELS];