From 0248b2f58c783f21b7e68a20deadc0a3f942c869 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 30 May 2011 11:13:31 -0600 Subject: Remove some uneeded offsetting Also fix position of being names. Reviewed-by: Bertram --- src/gui/widgets/playerbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/playerbox.cpp') diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 559ac5a6..f71889bb 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -85,8 +85,8 @@ void PlayerBox::draw(gcn::Graphics *graphics) { // Draw character const int bs = getFrameSize(); - const int x = getWidth() / 2 + bs - 16; - const int y = getHeight() - bs - 32; + const int x = getWidth() / 2 + bs; + const int y = getHeight() - bs; mBeing->drawSpriteAt(static_cast(graphics), x, y); } -- cgit v1.2.3-70-g09d2