summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Chicken.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Chicken.h')
-rw-r--r--source/Mobs/Chicken.h3
1 files changed, 1 insertions, 2 deletions
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;
} ;