summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-04 09:50:02 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-04 09:50:02 -0600
commit0f916567c8fd9bd599cbc71684215721ce4a1bc0 (patch)
tree147b79cd2b7ac4e63c2bd8d48cca08aaf12069f7 /src/particle.h
parentcd89ede064c63cb43da0fb4bfa16ff1599a96d32 (diff)
downloadmana-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
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h2
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*/
};