summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 193582e9..5c0bac7f 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -190,7 +190,7 @@ Being::takeDamage(int amount)
// show damage number
particleEngine->addTextSplashEffect(damage,
font,
- gcn::Color(255, 255, 255),
+ 255, 255, 255,
mPx + 16, mPy + 16);
}