From 3808e85c3e9cf6bc68ac4162149266137ecf233c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 17 Dec 2019 00:28:32 +0100 Subject: [PATCH] - the old bit masking for the channel needs to go, of course. --- src/sound/s_sound.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/s_sound.cpp b/src/sound/s_sound.cpp index 51bfdb7735..4ca27902c2 100644 --- a/src/sound/s_sound.cpp +++ b/src/sound/s_sound.cpp @@ -396,7 +396,6 @@ FSoundChan *SoundEngine::StartSound(int type, const void *source, if (type == SOURCE_Unattached && pt == nullptr) type = SOURCE_None; org_id = sound_id; - channel &= 7; CalcPosVel(type, source, &pt->X, channel, chanflags, sound_id, &pos, &vel);