From 02c137245894c9a98d14e0ff0fecc2855cfdbb5e Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 31 May 2013 01:22:03 +0000 Subject: [PATCH] to go with the voip tweak partial commit. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4380 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/clq2_cin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/clq2_cin.c b/engine/client/clq2_cin.c index 075abe708..04667ec87 100644 --- a/engine/client/clq2_cin.c +++ b/engine/client/clq2_cin.c @@ -331,7 +331,7 @@ qbyte *CIN_ReadNextFrame (cinematics_t *cin) else if (cin->s_width == 2) COM_SwapLittleShortBlock((short *)samples, count*cin->s_channels); - S_RawAudio (0, samples, cin->s_rate, count, cin->s_channels, cin->s_width); + S_RawAudio (0, samples, cin->s_rate, count, cin->s_channels, cin->s_width, 1); in.data = compressed; in.count = size;