changeset 3718:d358dc143a9e

error for non-stereo surrounds
author steve
date Mon, 24 Dec 2001 18:54:58 +0000
parents 4d203a427987
children f5a1a8e268d5
files libao2/pl_surround.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/pl_surround.c	Mon Dec 24 18:14:18 2001 +0000
+++ b/libao2/pl_surround.c	Mon Dec 24 18:54:58 2001 +0000
@@ -229,7 +229,7 @@
     pl_surround.Rs_delaybuf[pl_surround.delaybuf_pos++] =
       matrix[8]*in[0] + matrix[9]*in[1];
 #else
-    pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos] =
+    pl_surround.Ls_delaybuf[pl_surround.delaybuf_pos++] =
       matrix[4]*in[0] + matrix[5]*in[1];
 #endif
     pl_surround.delaybuf_pos %= pl_surround.delaybuf_len;