From b7721f685610d57f98a2440baccf642f24073ec0 Mon Sep 17 00:00:00 2001 From: otfallen Date: Sat, 15 Sep 2012 05:00:56 +0000 Subject: [PATCH] Tiny fix to UICreature --- src/otclient/uicreature.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/otclient/uicreature.h b/src/otclient/uicreature.h index 6693a534..b8fe04a3 100644 --- a/src/otclient/uicreature.h +++ b/src/otclient/uicreature.h @@ -30,7 +30,6 @@ class UICreature : public UIWidget { public: - UICreature() { m_color = Color::white; } void drawSelf(Fw::DrawPane drawPane); void setCreature(const CreaturePtr& creature) { m_creature = creature; }