diff --git a/source/Mobs/Chicken.h b/source/Mobs/Chicken.h index 6505a4788..979c4d8a0 100644 --- a/source/Mobs/Chicken.h +++ b/source/Mobs/Chicken.h @@ -1,4 +1,3 @@ - #pragma once #include "PassiveMonster.h" @@ -23,7 +22,7 @@ public: private: - int m_DropEggCount; + int m_EggDropTimer; } ;