Mercurial > sdl-ios-xcode
diff docs/html/guideaudioexamples.html @ 181:e5bc29de3f0a
Updated from the SDL Documentation Project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Sep 2001 02:41:09 +0000 |
parents | 55f1f1b3e27d |
children | 355632dca928 |
line wrap: on
line diff
--- a/docs/html/guideaudioexamples.html Thu Sep 13 16:41:03 2001 +0000 +++ b/docs/html/guideaudioexamples.html Fri Sep 14 02:41:09 2001 +0000 @@ -132,7 +132,7 @@ /* 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; }