aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 5435e5d0..7e699816 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -1345,11 +1345,6 @@ AL_API ALvoid AL_APIENTRY alSourcePlayv(ALsizei n, const ALuint *sources)
continue;
}
- for(j = 0;j < OUTPUTCHANNELS;j++)
- Source->DryGains[j] = 0.0f;
- for(j = 0;j < MAX_SENDS;j++)
- Source->WetGains[j] = 0.0f;
-
if(Source->state != AL_PAUSED)
{
Source->state = AL_PLAYING;