diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-20 19:49:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-20 19:49:01 +0300 |
commit | 0cf09f63f5c626738f2dfdec82da876723b0db89 (patch) | |
tree | b6b9d22c0b4cc2f51957355271eedbc26fd42aee /src/being | |
parent | 682ae29f4861c1434db7f5f885cd5062d73b0d1a (diff) | |
download | plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.gz plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.bz2 plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.xz plus-0cf09f63f5c626738f2dfdec82da876723b0db89.zip |
Add explicit keyword into CardsList.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 66b01acb3..ae5137fb2 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -501,7 +501,7 @@ void Being::setSubtype(const BeingTypeId subtype, id, std::string(), ItemColor_one, - nullptr); + zeroCards); } } else @@ -514,7 +514,7 @@ void Being::setSubtype(const BeingTypeId subtype, id, info.getColor(fromInt(mLook, ItemColor)), ItemColor_one, - nullptr); + zeroCards); } } } |