Enabled configuration of jumping key again, was missing in previous

patch.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1257 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2007-09-23 15:05:30 +00:00
parent e41829cedd
commit 9104e88171

View File

@ -52,8 +52,6 @@ PlayerControls::PlayerControls(int whichPlayer): m_player_index(whichPlayer),
m_name_id = widgetSet->state(CHANGE_ID, m_name.c_str(), GUI_MED, -2);
for(int i=0; i<=KC_LAST; i++)
{
//FIXME: this is temporal, just while the jumping is disabled.
if(i==KC_JUMP) continue;
addKeyLabel(CHANGE_ID, (KartActions)i, i==0 );
widgetSet->label(LABEL_ID, sKartAction2String[i]);
}