summaryrefslogtreecommitdiffstats
path: root/src/old/pyro.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
commitc2a7375788aea0cf1c0f4c45e4823a8a9a85264d (patch)
tree932e79f6940366a96f25fee83510a5193a7cb1e3 /src/old/pyro.cpp
parentcf312c0b870175b8897ce98df6a8c46ccce92e2e (diff)
downloadcolobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.gz
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.bz2
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.zip
Removed trailing whitespace
Diffstat (limited to 'src/old/pyro.cpp')
-rw-r--r--src/old/pyro.cpp6
1 files changed, 3 insertions, 3 deletions
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);