summaryrefslogtreecommitdiff
path: root/src/client/cl_avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_avi.c')
-rw-r--r--src/client/cl_avi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_avi.c b/src/client/cl_avi.c
index df7bc7b9..fee1340e 100644
--- a/src/client/cl_avi.c
+++ b/src/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;