diff options
Diffstat (limited to 'src/gui/playerbox.cpp')
-rw-r--r-- | src/gui/playerbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/playerbox.cpp b/src/gui/playerbox.cpp index ffabe057..c8493c79 100644 --- a/src/gui/playerbox.cpp +++ b/src/gui/playerbox.cpp @@ -59,7 +59,7 @@ void PlayerBox::draw(gcn::Graphics *graphics) getAbsolutePosition(x, y); // Draw character - playerset->spriteset[0]->draw(screen, x - 25, y - 25); + playerset->spriteset[0]->draw(screen, x + 23, y - 25); // Draw his hair if (hairColor >= 0 && hairStyle >= 0 && |