diff options
-rw-r--r-- | src/graphic/graphic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 7a1c13dc..3058ce56 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -489,7 +489,7 @@ void Engine::draw() //} //else { guiGraphics->drawText(being->speech, - being->text_x + 60, being->text_y, + being->text_x + 60, being->text_y - 60, gcn::Graphics::CENTER); //} guiGraphics->_endDraw(); |