summaryrefslogtreecommitdiffstats
path: root/source/cSheep.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cSheep.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/cSheep.h b/source/cSheep.h
index 170ea93fc..9faa25592 100644
--- a/source/cSheep.h
+++ b/source/cSheep.h
@@ -7,8 +7,11 @@ class cSheep : public cPassiveMonster
public:
cSheep();
~cSheep();
+
+ bool m_IsSheared;
+ NIBBLETYPE m_WoolColor; // Uses E_META_WOOL_ constants for colors
- virtual bool IsA( const char* a_EntityType );
+ virtual bool IsA(const char * a_EntityType);
- virtual void KilledBy( cEntity* a_Killer );
+ virtual void KilledBy(cEntity * a_Killer);
};