aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--code/client/snd_openal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c
index 9b6bb47..ded03e7 100644
--- a/code/client/snd_openal.c
+++ b/code/client/snd_openal.c
@@ -815,7 +815,6 @@ static void S_AL_SrcKill(srcHandle_t src)
curSource->channel = -1;
curSource->isActive = qfalse;
curSource->isLocked = qfalse;
- curSource->isLooping = qfalse;
curSource->isTracking = qfalse;
curSource->local = qfalse;
}