Re-enabled jump information in the help menu.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1260 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2007-09-25 03:54:01 +00:00
parent 83703fdcf7
commit 57e93880de

View File

@ -192,9 +192,6 @@ get stuck or fall too far, use the rescue button to get back on track."),
for(int i = KC_LEFT; i <= KC_LAST; i++)
{
//FIXME: this is temporal, just while the jumping is disabled.
if(i == KC_JUMP) continue;
// *sigh* widget set stores only pointer to strings, so
// to make sure that all key-strings are permanent, they
// are assigned to an array m_all_keys within this object.