From c2a7375788aea0cf1c0f4c45e4823a8a9a85264d Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 26 Jun 2012 23:01:17 +0200 Subject: Removed trailing whitespace --- src/old/pyro.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/old/pyro.cpp') diff --git a/src/old/pyro.cpp b/src/old/pyro.cpp index 96fc776..eaad499 100644 --- a/src/old/pyro.cpp +++ b/src/old/pyro.cpp @@ -488,7 +488,7 @@ bool CPyro::Create(PyroType type, CObject* pObj, float force) } if ( m_type == PT_SHOTW ) return true; - + // Generates the triangles of the explosion. if ( m_type == PT_FRAGT || m_type == PT_FRAGO || @@ -1200,7 +1200,7 @@ bool CPyro::EventProcess(const Event &event) dim.x = (Math::Rand()*2.5f+2.5f)*(1.0f-m_progress*0.9f); dim.y = dim.x; pos.y += dim.y; - m_particule->CreateParticule(pos, speed, dim, + m_particule->CreateParticule(pos, speed, dim, (ParticuleType)(PARTILENS1+rand()%4), Math::Rand()*2.5f+2.5f, Math::Rand()*5.0f+5.0f, 0.0f); @@ -1390,7 +1390,7 @@ void CPyro::CutObjectLink(CObject* pObj) Error CPyro::IsEnded() { - // Destroys the object that exploded. + // Destroys the object that exploded. //It should not be destroyed at the end of the Create, //because it is sometimes the object itself that makes the Create: // pyro->Create(PT_FRAGT, this); -- cgit v1.2.3-1-g7c22