Fix a minor issue for the comment with difficulty not showing SuperTux mode
This commit is contained in:
parent
a3b34e6823
commit
9fdec3067e
@ -456,7 +456,7 @@ namespace UserConfigParams
|
||||
PARAM_PREFIX IntUserConfigParam m_difficulty
|
||||
PARAM_DEFAULT( IntUserConfigParam(0, "difficulty",
|
||||
&m_race_setup_group,
|
||||
"Default race difficulty. 0=easy, 1=medium, 2=hard") );
|
||||
"Default race difficulty. 0=easy, 1=medium, 2=hard, 3=supertux") );
|
||||
PARAM_PREFIX IntUserConfigParam m_game_mode
|
||||
PARAM_DEFAULT( IntUserConfigParam(0, "game_mode",
|
||||
&m_race_setup_group,
|
||||
|
Loading…
x
Reference in New Issue
Block a user