diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/client/cl_avi.c | 2 |
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; |