summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 22:11:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 22:11:54 +0000
commit0e7df1f731f9afe24c6ba7458211f4c81e4717b3 (patch)
treeb7ef48b879a90c8d10f9447fe910c6fb62784461 /src/being.cpp
parent993c98c3813b2ad7caf3dcd9761b4c9a17de39b6 (diff)
downloadMana-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.gz
Mana-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.bz2
Mana-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.xz
Mana-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.zip
Changed argument order in text particle creation.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 5c0bac7f..45032f6f 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -188,9 +188,7 @@ Being::takeDamage(int amount)
}
// show damage number
- particleEngine->addTextSplashEffect(damage,
- font,
- 255, 255, 255,
+ particleEngine->addTextSplashEffect(damage, 255, 255, 255, font,
mPx + 16, mPy + 16);
}