diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index 9b6bb47e..ded03e79 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; }