diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-09-08 21:47:18 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-09-08 21:47:18 +0000 |
commit | 856853ad80e07645c5fe47f72a5e1b30887dcdac (patch) | |
tree | b3c6a9ceb0046c9123bf0324af25a4d8a2902713 /code | |
parent | bcc88aacfb6067e11e46145ec8dba2ae53a2995c (diff) | |
download | ioquake3-aero-856853ad80e07645c5fe47f72a5e1b30887dcdac.tar.gz ioquake3-aero-856853ad80e07645c5fe47f72a5e1b30887dcdac.zip |
* Fix typo in cl_avi.c (Ben Millwood/bubu^)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1583 edf5b092-35ff-0310-97b2-ce42778d08ea
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; |