summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Horse.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-10-11 22:33:56 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-10-11 22:33:56 +0200
commit327abdd10daad7bb49fde185f1f5aee60a98ec1c (patch)
treeedddb203eb17e037c9e6370cc4ff065f36e9ef63 /source/Mobs/Horse.h
parentFifth round of fixes (diff)
downloadcuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar.gz
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar.bz2
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar.lz
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar.xz
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.tar.zst
cuberite-327abdd10daad7bb49fde185f1f5aee60a98ec1c.zip
Diffstat (limited to 'source/Mobs/Horse.h')
-rw-r--r--source/Mobs/Horse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Horse.h b/source/Mobs/Horse.h
index d80678845..be0c23f9b 100644
--- a/source/Mobs/Horse.h
+++ b/source/Mobs/Horse.h
@@ -35,7 +35,7 @@ public:
private:
bool m_bHasChest, m_bIsEating, m_bIsRearing, m_bIsMouthOpen, m_bIsTame, m_bIsSaddled;
- int m_Type, m_Color, m_Style, m_Armour, m_TimesToTame, m_TameAttemptTimes;
+ int m_Type, m_Color, m_Style, m_Armour, m_TimesToTame, m_TameAttemptTimes, m_RearTickCount;
} ;