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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user