diff options
Diffstat (limited to 'src/player.cpp')
-rw-r--r-- | src/player.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/player.cpp b/src/player.cpp index 162f2e79..5720f0a6 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -122,12 +122,4 @@ void Player::draw(Graphics *graphics, int offsetX, int offsetY) px - 2 + 2 * hairtable[frame][dir][0], py - 50 + 2 * hairtable[frame][dir][1]); } - - // Draw player name - if (getType() != LOCALPLAYER) { - graphics->setFont(speechFont); - graphics->drawText(mName, px + 15, py + 30, gcn::Graphics::CENTER); - } - - Being::draw(graphics, offsetX, offsetY); } |