From 554292e46be49ef3bb648cd2528b9a0a9d30faac Mon Sep 17 00:00:00 2001 From: otfallen Date: Sat, 15 Sep 2012 05:00:56 +0000 Subject: [PATCH] Tiny fix to UICreature Signed-off-by: otfallen --- 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; }