Tweaked default wiimote settings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12547 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-03-13 04:00:19 +00:00
parent af17db18c4
commit 9299418079

View File

@@ -338,17 +338,17 @@ namespace UserConfigParams
PARAM_DEFAULT( GroupUserConfigParam("WiiMote",
"Settings for the wiimote") );
PARAM_PREFIX FloatUserConfigParam m_wiimote_max
PARAM_DEFAULT( FloatUserConfigParam(80.0f, "wiimote-max",
PARAM_DEFAULT( FloatUserConfigParam(90.0f, "wiimote-max",
&m_wiimote_group,
"At what angle (0-128) maximum steering is reached.") );
PARAM_PREFIX FloatUserConfigParam m_wiimote_weight_linear
PARAM_DEFAULT( FloatUserConfigParam(0.5f, "wiimote-weight-linear",
PARAM_DEFAULT( FloatUserConfigParam(0.2f, "wiimote-weight-linear",
&m_wiimote_group,
"A weight applied to the linear component of mapping wiimote angle to steering angle"));
PARAM_PREFIX FloatUserConfigParam m_wiimote_weight_square
PARAM_DEFAULT( FloatUserConfigParam(0.5f, "wiimote-weight-square",
PARAM_DEFAULT( FloatUserConfigParam(0.8f, "wiimote-weight-square",
&m_wiimote_group,
"A weight applied to the square component of mapping wiimote angle to steering angle"));