summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 2bea8341..08341bb9 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -415,6 +415,9 @@ Being::drawSpeech(Graphics *graphics, Sint32 offsetX, Sint32 offsetY)
px + 16,
py - textY - get_elapsed_time(damage_time) / 100,
gcn::Graphics::CENTER);
+
+ // Reset alpha value
+ graphics->setColor(gcn::Color(255, 255, 255));
}
// Potentially draw [TARGET] above this being