mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-27 06:13:01 +00:00
* Fix typo in cl_avi.c (Ben Millwood/bubu^)
This commit is contained in:
parent
ca91bb1ab5
commit
de8364102d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue