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