remove redundancy

This commit is contained in:
Thilo Schulz 2009-10-23 12:30:00 +00:00
parent d12751f62b
commit 465c6101e0
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}