diff options
author | Angus <anguslmm@gmail.com> | 2024-11-10 12:28:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 12:28:39 +0100 |
commit | 5e258c6d95a22664e1f9bfa8e778e007e69b4ef2 (patch) | |
tree | ea9e9a5dbc28af2607223cba64e5762d80c7669b /src/Mobs/Wolf.cpp | |
parent | Fix Block Entity Placement in Generation (#5060) (diff) | |
download | cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.gz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.bz2 cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.lz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.xz cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.tar.zst cuberite-5e258c6d95a22664e1f9bfa8e778e007e69b4ef2.zip |
Diffstat (limited to 'src/Mobs/Wolf.cpp')
-rw-r--r-- | src/Mobs/Wolf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Wolf.cpp b/src/Mobs/Wolf.cpp index 553ca1c73..edcb54075 100644 --- a/src/Mobs/Wolf.cpp +++ b/src/Mobs/Wolf.cpp @@ -20,7 +20,6 @@ cWolf::cWolf(void) : m_CollarColor(E_META_DYE_ORANGE), m_NotificationCooldown(0) { - m_RelativeWalkSpeed = 2; } |