aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 139eb75b..066e7f72 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -564,9 +564,6 @@ AL_API ALvoid AL_APIENTRY alSourcei(ALuint source,ALenum eParam,ALint lValue)
Source->queue = BufferListItem;
Source->BuffersInQueue = 1;
- Source->LoopStart = buffer->LoopStart;
- Source->LoopEnd = buffer->LoopEnd;
-
// Increment reference counter for buffer
buffer->refcount++;
}