diff options
author | Jonathan Gray | 2003-05-26 12:26:15 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-05-26 12:26:15 +0000 |
commit | ad874a4fd5cec586fef2f2755013864112b25e9b (patch) | |
tree | 333de8fcdc56d7fb2e629119fe95fc771a3d5178 /common | |
parent | 4ca99c1c8966da5d37dcb51fffe561b68fc8f6c5 (diff) | |
download | scummvm-rg350-ad874a4fd5cec586fef2f2755013864112b25e9b.tar.gz scummvm-rg350-ad874a4fd5cec586fef2f2755013864112b25e9b.tar.bz2 scummvm-rg350-ad874a4fd5cec586fef2f2755013864112b25e9b.zip |
make lethalwp happy
svn-id: r7997
Diffstat (limited to 'common')
-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 1d20654c5f..163888b86f 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -53,7 +53,7 @@ static const char USAGE_STRING[] = "\t-p<path> - look for game in <path>\n" "\t-x[<num>] - load this savegame (default: 0 - autosave)\n" "\t-f - fullscreen mode\n" - "\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x,tv2x,dotmatrix)\n" + "\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x,advmame3x,tv2x,dotmatrix)\n" "\t-e<mode> - set music engine (see README for details)\n" "\t-a - specify game is amiga version\n" "\t-q<lang> - specify language (en,de,fr,it,pt,es,jp,zh,ko,hb)\n" |