From fa5e396e42db3d5fcc74a8f7ed8a3c7caee96a5a Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 30 Jan 2005 15:34:30 +0000 Subject: Corrected Speech position. --- src/graphic/graphic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphic') 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(); -- cgit v1.2.3-60-g2f50