mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
fix an oopsie (rebase!!)
This commit is contained in:
parent
4cec187465
commit
1dfb914c46
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ s_spatialize (channel_t *ch)
|
|||
dist = VectorNormalize (source_vec) * ch->dist_mult;
|
||||
|
||||
dot = DotProduct (listener_right, source_vec);
|
||||
if (snd_swapchannelside->int_value)
|
||||
if (snd_swapchannelside->int_val)
|
||||
dot = -dot;
|
||||
|
||||
if (snd_shm->channels == 1) {
|
||||
|
|
Loading…
Reference in a new issue