Fix typo in string and shorten other to fit console.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7490 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -282,7 +282,7 @@ namespace UserConfigParams
|
||||
PARAM_PREFIX IntUserConfigParam m_show_steering_animations
|
||||
PARAM_DEFAULT( IntUserConfigParam(ANIMS_ALL, "steering_animations", &m_video_group,
|
||||
"Whether to display kart animations (0=disabled for all; "
|
||||
"1=disabled for humans, disabled for AIs; 2=enabled for all") );
|
||||
"1=enabled for humans, disabled for AIs; 2=enabled for all") );
|
||||
|
||||
PARAM_PREFIX BoolUserConfigParam m_display_fps
|
||||
PARAM_DEFAULT( BoolUserConfigParam(false, "show_fps", &m_video_group, "Display frame per seconds") );
|
||||
|
||||
@@ -242,7 +242,7 @@ void cmdLineHelp (char* invocation)
|
||||
" (Default: 0, OpenGL: 1, Direct3D9: 2, \n"
|
||||
" Direct3D8: 3, Software: 4, \n"
|
||||
" Burning's Software: 5, Null device: 6).\n"
|
||||
" --animations=n Play karts' animations (Enable for All : 2, Enable for humans only: 1, Disable for all: 0).\n"
|
||||
" --animations=n Play karts' animations (All: 2, Humans only: 1, Nobody: 0).\n"
|
||||
" --gfx=n Play other graphical effects like impact stars dance,\n"
|
||||
" water animations or explosions (Enable: 1, Disable: 0).\n"
|
||||
" --weather=n Show weather effects like rain or snow (0 or 1 as --gfx).\n"
|
||||
|
||||
Reference in New Issue
Block a user