diff options
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r-- | src/Mobs/Monster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 963ac9148..7b6c0c488 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -280,6 +280,7 @@ protected: double m_RelativeWalkSpeed; int m_Age; + int m_AgingTimer; /** Adds a random number of a_Item between a_Min and a_Max to itemdrops a_Drops */ void AddRandomDropItem(cItems & a_Drops, unsigned int a_Min, unsigned int a_Max, short a_Item, short a_ItemHealth = 0); |