* Fix typo in cl_avi.c (Ben Millwood/bubu^)
This commit is contained in:
parent
ca91bb1ab5
commit
de8364102d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user