diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-21 15:46:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-21 15:46:14 +0300 |
commit | 5c61d7b6e04a824b9a60f25e73abd938487b2fc4 (patch) | |
tree | 73d9e751b32076a90f6277bda1eb8d6cc66d05a3 /src/being/being.h | |
parent | fbadc806e050929f44b54fc2973a28d2fdfc516c (diff) | |
download | plus-5c61d7b6e04a824b9a60f25e73abd938487b2fc4.tar.gz plus-5c61d7b6e04a824b9a60f25e73abd938487b2fc4.tar.bz2 plus-5c61d7b6e04a824b9a60f25e73abd938487b2fc4.tar.xz plus-5c61d7b6e04a824b9a60f25e73abd938487b2fc4.zip |
Remove colorId parameter from Being::updateSprite.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index e39baa079..62ad47ea9 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -348,8 +348,7 @@ class Being notfinal : public ActorSprite, void updateSprite(const unsigned int slot, const int id, - const std::string &restrict color = "", - const ItemColor colorId = ItemColor_one) + const std::string &restrict color = "") restrict2; void setHairColorSpriteID(const unsigned int slot, |