From 30de60c562e3e9beb17f615910c32418e10c5241 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Sun, 21 Aug 2011 18:51:13 -0300 Subject: [PATCH] mend --- src/otclient/core/creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otclient/core/creature.cpp b/src/otclient/core/creature.cpp index 5873bc76..be40b020 100644 --- a/src/otclient/core/creature.cpp +++ b/src/otclient/core/creature.cpp @@ -80,7 +80,7 @@ void Creature::drawInformation(int x, int y, bool useGray) g_graphics.bindColor(Color::white); // name - FontPtr font = g_fonts.getFont("helvetica-14px-bold"); + FontPtr font = g_fonts.getFont("tibia-12px-rounded"); font->renderText(m_name, Rect(x-100, y-16, 200, 16), AlignTopCenter, fillColor); }