Corrected printed --bpp default

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2161 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-01-10 20:11:00 +00:00
parent 82a0c88fb7
commit 5028c9852a
+1 -1
View File
@@ -861,7 +861,7 @@ usage (FILE *out, const struct options_struct *defaultOptions)
fprintf (out, "Options:\n"); fprintf (out, "Options:\n");
fprintf (out, " -r, --res=WIDTHxHEIGHT (default 640x480, bigger " fprintf (out, " -r, --res=WIDTHxHEIGHT (default 640x480, bigger "
"works only with --opengl)\n"); "works only with --opengl)\n");
fprintf (out, " -d, --bpp=BITSPERPIXEL (default 16)\n"); fprintf (out, " -d, --bpp=BITSPERPIXEL (default 32)\n");
fprintf (out, " -f, --fullscreen (default off)\n"); fprintf (out, " -f, --fullscreen (default off)\n");
fprintf (out, " -o, --opengl (default off)\n"); fprintf (out, " -o, --opengl (default off)\n");
fprintf (out, " -c, --scale=MODE (bilinear, biadapt, biadv, triscan, " fprintf (out, " -c, --scale=MODE (bilinear, biadapt, biadv, triscan, "