diff options
author | Eugene Sandulenko | 2005-03-03 12:51:09 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-03-03 12:51:09 +0000 |
commit | ff1a0c1c4e62505faeed4f58764ab6a8c7972370 (patch) | |
tree | 73573df72cbc0b22565602f8b7f6021892a88222 /base | |
parent | 14074de4b0e21e1fb33a77bf40ff7fcdb44c225e (diff) | |
download | scummvm-rg350-ff1a0c1c4e62505faeed4f58764ab6a8c7972370.tar.gz scummvm-rg350-ff1a0c1c4e62505faeed4f58764ab6a8c7972370.tar.bz2 scummvm-rg350-ff1a0c1c4e62505faeed4f58764ab6a8c7972370.zip |
That's what may happen if you happen to have more than one local tree.
Another spot of oboslete hercules-related usage.
svn-id: r16986
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index cd3b599460..69aa818de3 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -96,7 +96,8 @@ static const char USAGE_STRING[] = " --native-mt32 True Roland MT-32 (disable GM emulation)\n" " --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n" " --aspect-ratio Enable aspect ratio correction\n" - " --render-mode=MODE Enable additional render modes (cga, ega, hercules)\n" + " --render-mode=MODE Enable additional render modes (cga, ega, hercGreen,\n" + " hercAmber)\n" "\n" #if !defined(DISABLE_SKY) || !defined(DISABLE_QUEEN) " --alt-intro Use alternative intro for CD versions of Beneath a\n" |