fix an oopsie (rebase!!)

This commit is contained in:
Bill Currie 2010-11-21 14:25:32 +09:00
parent 4cec187465
commit 1dfb914c46

View file

@ -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) {