* Fix typo in cl_avi.c (Ben Millwood/bubu^)

This commit is contained in:
Tim Angus 2009-09-08 21:47:18 +00:00
parent ca91bb1ab5
commit de8364102d

View file

@ -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;