From 856853ad80e07645c5fe47f72a5e1b30887dcdac Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 8 Sep 2009 21:47:18 +0000 Subject: * Fix typo in cl_avi.c (Ben Millwood/bubu^) git-svn-id: svn://svn.icculus.org/quake3/trunk@1583 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/client') diff --git a/code/client/cl_avi.c b/code/client/cl_avi.c index 12cde11..b03adea 100644 --- a/code/client/cl_avi.c +++ b/code/client/cl_avi.c @@ -555,7 +555,7 @@ void CL_WriteAVIAudioFrame( const byte *pcmBuffer, int size ) afd.numAudioFrames++; afd.moviSize += ( chunkSize + paddingSize ); - afd.a.totalBytes =+ bytesInBuffer; + afd.a.totalBytes += bytesInBuffer; // Index bufIndex = 0; -- cgit v1.2.3