Apply patch by nathanm32292394, thanks\!

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9640 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-08-28 15:25:30 +00:00
parent 2dfee28d65
commit 2c677b46c0

View File

@ -309,7 +309,7 @@ WStringUserConfigParam::WStringUserConfigParam(const core::stringw& default_valu
m_value = default_value; m_value = default_value;
m_default_value = default_value; m_default_value = default_value;
param_name = param_name; m_param_name = param_name;
all_params.push_back(this); all_params.push_back(this);
if(comment != NULL) m_comment = comment; if(comment != NULL) m_comment = comment;
} // WStringUserConfigParam } // WStringUserConfigParam