From de8364102d664680f3aecc3a0b010e9586dfe621 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 8 Sep 2009 21:47:18 +0000 Subject: [PATCH] * Fix typo in cl_avi.c (Ben Millwood/bubu^) --- code/client/cl_avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/cl_avi.c b/code/client/cl_avi.c index 12cde119..b03adead 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;