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 0e9f5e0f..b97b37b3 100644 --- a/src/gui/playerbox.cpp +++ b/src/gui/playerbox.cpp @@ -60,7 +60,7 @@ void PlayerBox::draw(gcn::Graphics *graphics) getAbsolutePosition(x, y); // Draw character - playerset->spriteset[0]->draw(screen, x + 23, y - 25); + playerset->spriteset[0]->draw(screen, x + 23, y + 23); // Draw his hair if (hairColor >= 0 && hairStyle >= 0 && |