diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-21 14:23:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-21 14:23:55 +0300 |
commit | 2db418d196b1778c0160420201066af824f6eae1 (patch) | |
tree | cf82e8b3e2bb3e15060eb18bcb9bf01d845f1e84 /src/being/being.h | |
parent | 48cff567cb37f3ce18ee32e75bb7570db72368e0 (diff) | |
download | plus-2db418d196b1778c0160420201066af824f6eae1.tar.gz plus-2db418d196b1778c0160420201066af824f6eae1.tar.bz2 plus-2db418d196b1778c0160420201066af824f6eae1.tar.xz plus-2db418d196b1778c0160420201066af824f6eae1.zip |
In Being rename setSpriteID into setHairColorSpriteID.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index 127385d16..825e4ab84 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -339,8 +339,8 @@ class Being notfinal : public ActorSprite, const ItemColor colorId = ItemColor_one) restrict2; - void setSpriteID(const unsigned int slot, - const int id) restrict2; + void setHairColorSpriteID(const unsigned int slot, + const int id) restrict2; void setSpriteColor(const unsigned int slot, const std::string &restrict color = "") restrict2; |