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
This commit is contained in:
parent
60da9e0e95
commit
02c1372458
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ qbyte *CIN_ReadNextFrame (cinematics_t *cin)
|
||||||
else if (cin->s_width == 2)
|
else if (cin->s_width == 2)
|
||||||
COM_SwapLittleShortBlock((short *)samples, count*cin->s_channels);
|
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.data = compressed;
|
||||||
in.count = size;
|
in.count = size;
|
||||||
|
|
Loading…
Reference in a new issue