Following (insufficient :P) feedback, tweak nitro minimum usage a bit. More extensive feedback still welcome

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14111 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-09-20 00:34:29 +00:00
parent ce1d886994
commit 099bbd27a6

View File

@ -108,7 +108,7 @@ KartProperties::KartProperties(const std::string &filename)
m_engine_sfx_type = "engine_small";
m_kart_model = NULL;
m_has_rand_wheels = false;
m_nitro_min_consumption = 1.05f;
m_nitro_min_consumption = 0.53f;
// The default constructor for stk_config uses filename=""
if (filename != "")
{