restore mumble postional sounds for displayplayers
This commit is contained in:
parent
ae82fdceca
commit
5731865e8c
1 changed files with 4 additions and 4 deletions
|
|
@ -820,10 +820,6 @@ void S_UpdateSounds(void)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NOMUMBLE
|
||||
I_UpdateMumble(players[consoleplayer].mo, listener[0]);
|
||||
#endif
|
||||
|
||||
#ifdef HW3SOUND
|
||||
if (hws_mode != HWS_DEFAULT_MODE)
|
||||
{
|
||||
|
|
@ -857,6 +853,10 @@ void S_UpdateSounds(void)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NOMUMBLE
|
||||
I_UpdateMumble(players[consoleplayer].mo, listener[0]);
|
||||
#endif
|
||||
|
||||
for (cnum = 0; cnum < numofchannels; cnum++)
|
||||
{
|
||||
c = &channels[cnum];
|
||||
|
|
|
|||
Loading…
Reference in a new issue