summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
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);
}
}
}