diff options
author | D G Turner | 2012-06-24 22:34:49 +0100 |
---|---|---|
committer | D G Turner | 2012-06-24 22:34:49 +0100 |
commit | d2c510b8866d7901e126efbe8d96498587994939 (patch) | |
tree | b3b3a3d30ea7e387dd5c0968d059ba4b644a8d17 | |
parent | c4df905e0c1856bd3a06b8b7a90d2d5929ee6300 (diff) | |
download | scummvm-rg350-d2c510b8866d7901e126efbe8d96498587994939.tar.gz scummvm-rg350-d2c510b8866d7901e126efbe8d96498587994939.tar.bz2 scummvm-rg350-d2c510b8866d7901e126efbe8d96498587994939.zip |
AUDIO: Update Mixer class doxygen comment on balance to be consistent.
-rw-r--r-- | audio/mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mixer.h b/audio/mixer.h index e38e052bef..a0060f2e1a 100644 --- a/audio/mixer.h +++ b/audio/mixer.h @@ -97,7 +97,7 @@ public: * @param stream the actual AudioStream to be played * @param id a unique id assigned to this stream * @param volume the volume with which to play the sound, ranging from 0 to 255 - * @param balance the balance with which to play the sound, ranging from -128 to 127 + * @param balance the balance with which to play the sound, ranging from -127 to 127 (full left to full right), 0 is balanced, -128 is invalid * @param autofreeStream a flag indicating whether the stream should be * freed after playback finished * @param permanent a flag indicating whether a plain stopAll call should |