Tiny fix to UICreature

This commit is contained in:
otfallen 2012-09-15 05:00:56 +00:00
parent eb7a11158a
commit b7721f6856
1 changed files with 0 additions and 1 deletions

View File

@ -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; }