Reduce minimal nitro consumption a little, I think I was too harsh in previous commit

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13277 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-07-18 22:49:38 +00:00
parent bfad6cc851
commit 7afaad013a

View File

@ -81,7 +81,7 @@
# include <math.h>
#endif
const float MIN_NITRO_TIME_THRESHOLD = 2.0f;
const float MIN_NITRO_TIME_THRESHOLD = 1.3f;
/** The kart constructor.
* \param ident The identifier for the kart model to use.