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 b4f1e042..5faa3974 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -351,7 +351,7 @@ void Being::drawSpeech(Graphics *graphics)
if (showSpeech) {
graphics->setFont(speechFont);
graphics->drawText(speech,
- text_x + 20, text_y - 60,
+ text_x + 18, text_y - 60,
gcn::Graphics::CENTER);
}
if (showDamage) {