From 86eda83f0356d9bbd75f9b94e2ed0f81dfd7fdc8 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Tue, 31 Oct 2006 12:48:31 +0000 Subject: [PATCH] removing -cockpit and -hiresfont parameters which actually belong to D1X-Rebirth --- d2x.ini | 2 -- main/inferno.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/d2x.ini b/d2x.ini index 0c03fa7bf..71e3255ce 100755 --- a/d2x.ini +++ b/d2x.ini @@ -28,9 +28,7 @@ ;-menux Set menu-resolution to by instead of game-resolution ;-aspectx use specified aspect -;-cockpit Set initial cockpit. 0=full 2=status bar 3=full screen ;-hud 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) diff --git a/main/inferno.c b/main/inferno.c index 1ea6f5bef..ce1039b69 100755 --- a/main/inferno.c +++ b/main/inferno.c @@ -206,9 +206,7 @@ void print_commandline_help() printf( "\n Graphics:\n\n"); printf( " -menux %s\n", "Set menu-resolution to by instead of game-resolution"); printf( " -aspectx %s\n", "use specified aspect"); - printf( " -cockpit %s\n", "Set initial cockpit. 0=full 2=status bar 3=full screen"); printf( " -hud %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