From fbadc806e050929f44b54fc2973a28d2fdfc516c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Jun 2016 15:27:11 +0300 Subject: In Being split setSprite into setSpriteColor and setSpriteColorId. --- src/being/being.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/being/being.h') diff --git a/src/being/being.h b/src/being/being.h index 03626bc75..e39baa079 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -320,6 +320,14 @@ class Being notfinal : public ActorSprite, std::string color, ItemColor colorId) restrict2; + void setSpriteColor(const unsigned int slot, + const int id, + std::string color) restrict2; + + void setSpriteColorId(const unsigned int slot, + const int id, + ItemColor colorId) restrict2; + void setSpriteCards(const unsigned int slot, const int id, std::string color, -- cgit v1.2.3-60-g2f50