Fixed white puff bug

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6886 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-12-08 01:54:48 +00:00
parent b49a807f2d
commit a6f7b7df9d

View File

@@ -1437,7 +1437,10 @@ void Kart::loadData()
createPhysics();
// Attach Particle System
m_smoke_system = new Smoke(this);
if ( UserConfigParams::m_graphical_effects )
{
m_smoke_system = new Smoke(this);
}
m_water_splash_system = new WaterSplash(this);
m_nitro = new Nitro(this);
m_slipstream = new SlipStream(this);