diff libao2/pl_surround.c @ 3718:d358dc143a9e

error for non-stereo surrounds
author steve
date Mon, 24 Dec 2001 18:54:58 +0000
parents 26126e5c3532
children 8336b1cf8d70
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;