Minor tweak so that a single nitro buttle is fully consumed when using the nitro button (before, there would be a very tiny little amount left)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13454 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-08-10 00:55:27 +00:00
parent 9d05adbacf
commit 91e1fb3111

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.0f;
m_nitro_min_consumption = 1.05f;
// The default constructor for stk_config uses filename=""
if (filename != "")
{