Updated from the SDL Documentation Project
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40182
This commit is contained in:
parent
627578c0d5
commit
8dd601989f
355 changed files with 2317 additions and 1398 deletions
|
@ -132,7 +132,7 @@ CLASS="PROGRAMLISTING"
|
|||
|
||||
/* Mix as much data as possible */
|
||||
len = ( len > audio_len ? audio_len : len );
|
||||
SDL_MixAudio(stream, audio_pos, len, SDL_MIX_MAXVOLUME)
|
||||
SDL_MixAudio(stream, audio_pos, len, SDL_MIX_MAXVOLUME);
|
||||
audio_pos += len;
|
||||
audio_len -= len;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue