diff options
author | Travis Howell | 2002-10-23 11:14:33 +0000 |
---|---|---|
committer | Travis Howell | 2002-10-23 11:14:33 +0000 |
commit | f0e6f8ebf80727da1bc45aceef03e1bf29e7173d (patch) | |
tree | 75145d3f214a411d91ad14944f29fa1c86423466 | |
parent | d2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af (diff) | |
download | scummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.tar.gz scummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.tar.bz2 scummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.zip |
Correct volume limit listed under -m section of help
svn-id: r5282
-rw-r--r-- | common/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 8e759426d1..fd5f57f657 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -55,7 +55,7 @@ static const char USAGE_STRING[] = "\t-f - fullscreen mode\n" "\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x)\n" "\t-l<file> - load config file instead of default\n" - "\t-m<num> - set music volume to <num> (0-100)\n" + "\t-m<num> - set music volume to <num> (0-255)\n" "\t-n - no subtitles for speech\n" "\t-o<num> - set master volume to <num> (0-255)\n" "\t-p<path> - look for game in <path>\n" |