summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-20 19:49:01 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-20 19:49:01 +0300
commit0cf09f63f5c626738f2dfdec82da876723b0db89 (patch)
treeb6b9d22c0b4cc2f51957355271eedbc26fd42aee /src/being/being.cpp
parent682ae29f4861c1434db7f5f885cd5062d73b0d1a (diff)
downloadplus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.gz
plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.bz2
plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.xz
plus-0cf09f63f5c626738f2dfdec82da876723b0db89.zip
Add explicit keyword into CardsList.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp4
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);
}
}
}