Cosmetic change only.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5423 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-05-10 23:51:12 +00:00
parent 8a47c81f46
commit 1d5fe00af8

View File

@@ -1383,8 +1383,9 @@ void Kart::updateGraphics(const Vec3& offset_xyz,
if(m_smoke_system)
{
float f=0.0f;
if(getMaterial() && getMaterial()->hasSmoke() && fabsf(m_controls.m_steer) > 0.8 &&
isOnGround())
if(getMaterial() && getMaterial()->hasSmoke() &&
fabsf(m_controls.m_steer) > 0.8 &&
isOnGround() )
f=250.0f;
m_smoke_system->setCreationRate((m_skidding-1)*f);
}