diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-18 21:08:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-18 21:08:07 +0300 |
commit | 686815641bedccdf57a66b916a0aad52f0dddfe5 (patch) | |
tree | 1e8892695cca8a01329bf0eab0c98159e2f74534 /src/resources/beinginfo.cpp | |
parent | 0a29d8b9786d965a5ab14911d3e004bbd58de0b7 (diff) | |
download | plus-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.cpp | 1 |
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) |