mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +00:00
- the old bit masking for the channel needs to go, of course.
This commit is contained in:
parent
639e9d3cd4
commit
3808e85c3e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue