summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-18 21:08:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-18 21:08:07 +0300
commit686815641bedccdf57a66b916a0aad52f0dddfe5 (patch)
tree1e8892695cca8a01329bf0eab0c98159e2f74534 /src/resources/beinginfo.cpp
parent0a29d8b9786d965a5ab14911d3e004bbd58de0b7 (diff)
downloadplus-686815641bedccdf57a66b916a0aad52f0dddfe5.tar.gz
plus-686815641bedccdf57a66b916a0aad52f0dddfe5.tar.bz2
plus-686815641bedccdf57a66b916a0aad52f0dddfe5.tar.xz
plus-686815641bedccdf57a66b916a0aad52f0dddfe5.zip
Add into being dbs, shared attribute "quickActionEffect".
For now unused.
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 0cd311554..605a91ce4 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -93,6 +93,7 @@ BeingInfo::BeingInfo() :
mSitDirectionType(1),
mDeadDirectionType(1),
mAttackDirectionType(1),
+ mQuickActionEffectId(-1),
mStaticMaxHP(false),
mTargetSelection(true),
mAllowDelete(true)