removed extra tabs in the help function.
It was function() { blah } changed it to just function() { blah } Kent
This commit is contained in:
@@ -158,9 +158,6 @@ static void print_help(void)
|
|||||||
printf (" -g nomipmap\t\tNo Texture Mipmapping\n");
|
printf (" -g nomipmap\t\tNo Texture Mipmapping\n");
|
||||||
printf (" -g linearmipmap\tLinear Texture Mipmapping instead of Nearest (default)\n");
|
printf (" -g linearmipmap\tLinear Texture Mipmapping instead of Nearest (default)\n");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
printf ("\nMisc options:\n");
|
printf ("\nMisc options:\n");
|
||||||
printf (" -d\t\tTurn debugging on\n");
|
printf (" -d\t\tTurn debugging on\n");
|
||||||
printf (" -noaudio\tDisable audio on systems that support audio\n");
|
printf (" -noaudio\tDisable audio on systems that support audio\n");
|
||||||
|
Reference in New Issue
Block a user