removing -cockpit and -hiresfont parameters which actually belong to D1X-Rebirth

This commit is contained in:
zicodxx 2006-10-31 12:48:31 +00:00
parent 50f87850c0
commit 86eda83f03
2 changed files with 0 additions and 4 deletions

View file

@ -28,9 +28,7 @@
;-menu<X>x<Y> Set menu-resolution to <X> by <Y> instead of game-resolution
;-aspect<Y>x<X> use specified aspect
;-cockpit <n> Set initial cockpit. 0=full 2=status bar 3=full screen
;-hud <h> Set hud mode. 0=normal 1-3=new
;-hiresfont use high resolution fonts if available
;-window Run the game in a window
;-lowresmovies Play low resolution movies if available (for slow machines)
;-subtitles Turn on movie subtitles (English-only)

View file

@ -206,9 +206,7 @@ void print_commandline_help()
printf( "\n Graphics:\n\n");
printf( " -menu<X>x<Y> %s\n", "Set menu-resolution to <X> by <Y> instead of game-resolution");
printf( " -aspect<Y>x<X> %s\n", "use specified aspect");
printf( " -cockpit <n> %s\n", "Set initial cockpit. 0=full 2=status bar 3=full screen");
printf( " -hud <h> %s\n", "Set hud mode. 0=normal 1-3=new");
printf( " -hiresfont %s\n", "use high resolution fonts if available");
#ifdef GR_SUPPORTS_FULLSCREEN_TOGGLE
printf( " -window %s\n", "Run the game in a window");
#endif // GR_SUPPORTS_FULLSCREEN_TOGGLE