Removed -userdir switches from command-line and INI since it's not available anymore

This commit is contained in:
zicodxx 2007-10-15 13:36:46 +00:00
parent 7b75361c61
commit 6923527b1a
3 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,7 @@ D2X-Rebirth Changelog
20071015
--------
libmve/mveplay.c: Set defines for USE_SDLMIXER to fix issues while compiling
d2x.ini, main/inferno.c: Removed -userdir switches from command-line and INI since it's not available anymore
20071014
--------

View file

@ -5,7 +5,6 @@
;-nicefps Free CPU-cycles. Less CPU load, but game may become choppy
;-hogdir <s> set shared data directory to <dir>
;-nohogdir don't try to use shared data directory
;-userdir <s> set user dir to <dir> instead of $HOME/.d2x-rebirth
;-use_players_dir put player files and saved games in Players subdirectory
;-lowmem Lowers animation detail for better performance with low memory
;-legacyhomers Activate original homing missiles (FPS and physics dependent)

View file

@ -155,7 +155,6 @@ void print_commandline_help()
printf( " -maxfps <n> %s\n", "Set maximum framerate (1-80)");
printf( " -hogdir <s> %s\n", "set shared data directory to <dir>");
printf( " -nohogdir %s\n", "don't try to use shared data directory");
printf( " -userdir <s> %s\n", "set user dir to <dir> instead of $HOME/.d2x-rebirth");
printf( " -use_players_dir %s\n", "put player files and saved games in Players subdirectory");
printf( " -lowmem %s\n", "Lowers animation detail for better performance with low memory");
printf( " -legacyhomers %s\n", "Activate original homing missiles (FPS and physics dependent)");