summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-24 15:06:37 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-24 15:06:37 +0300
commita1f5338e93e5f8b2bdac2c305824a925fd2e4141 (patch)
treeca2b0d85f2e026d45ee8b0f66d282333a96f0d83 /src/resources/beinginfo.cpp
parent1821dfad294c0d850be326639946b12cdbdcecaf (diff)
downloadplus-a1f5338e93e5f8b2bdac2c305824a925fd2e4141.tar.gz
plus-a1f5338e93e5f8b2bdac2c305824a925fd2e4141.tar.bz2
plus-a1f5338e93e5f8b2bdac2c305824a925fd2e4141.tar.xz
plus-a1f5338e93e5f8b2bdac2c305824a925fd2e4141.zip
add speed parameter for pets.
New pet db option: walkSpeed
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r--src/resources/beinginfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp
index 7a8d1e0ce..7d769acbe 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -62,6 +62,7 @@ BeingInfo::BeingInfo() :
mHeight(0),
mStartFollowDist(3),
mFollowDist(1),
+ mWalkSpeed(0),
mStaticMaxHP(false),
mTargetSelection(true)
{