summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
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);
}