summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h
index b71f38c0a..5c9f7115d 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -322,9 +322,10 @@ class Being notfinal : public ActorSprite,
void setSprite(const unsigned int slot,
const int id,
std::string color = "",
- const ItemColor colorId = ItemColor_one,
+ ItemColor colorId = ItemColor_one,
const IsWeapon isWeapon = IsWeapon_false,
- const IsTempSprite isTempSprite = IsTempSprite_false)
+ const IsTempSprite isTempSprite = IsTempSprite_false,
+ const int *const cards = nullptr)
restrict2;
void updateSprite(const unsigned int slot,