From 0f916567c8fd9bd599cbc71684215721ce4a1bc0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 4 May 2009 09:50:02 -0600 Subject: Remove a superscript 2 from a source file --- src/particle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/particle.h b/src/particle.h index 52b2dd3c..4f92b5cd 100644 --- a/src/particle.h +++ b/src/particle.h @@ -283,7 +283,7 @@ class Particle : public Sprite // follow-point particles Particle *mTarget; /**< The particle that attracts this particle*/ - float mAcceleration; /**< Acceleration towards the target particle in pixels per game-tickČ*/ + float mAcceleration; /**< Acceleration towards the target particle in pixels per game-tick*/ float mInvDieDistance; /**< Distance in pixels from the target particle that causes the destruction of the particle*/ float mMomentum; /**< How much speed the particle retains after each game tick*/ }; -- cgit v1.2.3-70-g09d2