aboutsummaryrefslogtreecommitdiff
path: root/hgehelp/hgeparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hgehelp/hgeparticle.cpp')
-rw-r--r--hgehelp/hgeparticle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hgehelp/hgeparticle.cpp b/hgehelp/hgeparticle.cpp
index d6051c1..d0d054d 100644
--- a/hgehelp/hgeparticle.cpp
+++ b/hgehelp/hgeparticle.cpp
@@ -11,7 +11,7 @@
*/
-#include "../../include/hgeparticle.h"
+#include "hgeparticle.h"
HGE *hgeParticleSystem::hge=0;
@@ -242,7 +242,7 @@ void hgeParticleSystem::MoveTo(float x, float y, bool bMoveParticles)
{
int i;
float dx,dy;
-
+
if(bMoveParticles)
{
dx=x-vecLocation.x;
@@ -284,7 +284,7 @@ void hgeParticleSystem::Fire()
void hgeParticleSystem::Stop(bool bKillParticles)
{
fAge=-2.0f;
- if(bKillParticles)
+ if(bKillParticles)
{
nParticlesAlive=0;
rectBoundingBox.Clear();