aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_avi.c')
-rw-r--r--code/client/cl_avi.c2
1 files changed, 1 insertions, 1 deletions
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;