summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Villager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Villager.h')
-rw-r--r--src/Mobs/Villager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Villager.h b/src/Mobs/Villager.h
index 9502f387c..bdbcab39b 100644
--- a/src/Mobs/Villager.h
+++ b/src/Mobs/Villager.h
@@ -38,6 +38,7 @@ public:
private:
+ int m_ActionCountDown;
int m_Type;
bool m_DidFindCrops;
Vector3i m_CropsPos;