diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-04 09:50:02 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-04 09:50:02 -0600 |
commit | 0f916567c8fd9bd599cbc71684215721ce4a1bc0 (patch) | |
tree | 147b79cd2b7ac4e63c2bd8d48cca08aaf12069f7 | |
parent | cd89ede064c63cb43da0fb4bfa16ff1599a96d32 (diff) | |
download | mana-client-0f916567c8fd9bd599cbc71684215721ce4a1bc0.tar.gz mana-client-0f916567c8fd9bd599cbc71684215721ce4a1bc0.tar.bz2 mana-client-0f916567c8fd9bd599cbc71684215721ce4a1bc0.tar.xz mana-client-0f916567c8fd9bd599cbc71684215721ce4a1bc0.zip |
Remove a superscript 2 from a source file
-rw-r--r-- | src/particle.h | 2 |
1 files changed, 1 insertions, 1 deletions
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*/ }; |