mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Remove code that is behind SURROUND define
This commit is contained in:
parent
a9df0fc269
commit
36f6c89ce1
1 changed files with 1 additions and 7 deletions
|
|
@ -533,7 +533,7 @@ void S_StartSoundAtVolume(const void *origin_p, sfxenum_t sfx_id, INT32 volume)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
recdist = thisdist;
|
recdist = thisdist;
|
||||||
i = j;
|
i = j;
|
||||||
}
|
}
|
||||||
|
|
@ -1036,12 +1036,6 @@ boolean S_AdjustSoundParams(const mobj_t *listener, const mobj_t *source, INT32
|
||||||
if (reverse)
|
if (reverse)
|
||||||
angle = InvAngle(angle);
|
angle = InvAngle(angle);
|
||||||
|
|
||||||
#ifdef SURROUND
|
|
||||||
// Produce a surround sound for angle from 105 till 255
|
|
||||||
if (surround.value == 1 && (angle > ANG105 && angle < ANG255 ))
|
|
||||||
*sep = SURROUND_SEP;
|
|
||||||
else
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
angle >>= ANGLETOFINESHIFT;
|
angle >>= ANGLETOFINESHIFT;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue