summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-25 14:54:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-25 14:54:25 +0300
commit3e43345f804886a3a6ed7c0e378612612de4f4a5 (patch)
treeea7e36388a7ac1cc57ced5b33651b919302b3804 /src/resources/beinginfo.cpp
parentdb67d909cfa5d6a53552bbdb80c215fb382f00d5 (diff)
downloadplus-3e43345f804886a3a6ed7c0e378612612de4f4a5.tar.gz
plus-3e43345f804886a3a6ed7c0e378612612de4f4a5.tar.bz2
plus-3e43345f804886a3a6ed7c0e378612612de4f4a5.tar.xz
plus-3e43345f804886a3a6ed7c0e378612612de4f4a5.zip
add support for pet offsets if owner is sitting.
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r--src/resources/beinginfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp
index 752b9a5dc..fc23bf231 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -64,6 +64,8 @@ BeingInfo::BeingInfo() :
mFollowDist(1),
mWarpDist(11),
mWalkSpeed(0),
+ mSitOffsetX(0),
+ mSitOffsetY(0),
mStaticMaxHP(false),
mTargetSelection(true)
{