diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-21 14:48:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-21 14:48:50 +0300 |
commit | 71cccfd289845fcd31e64f35d600ebafd4aa29c6 (patch) | |
tree | 92aa5ed488968288b4308276e2ce889b872d14d1 /src/being/being.h | |
parent | 2db418d196b1778c0160420201066af824f6eae1 (diff) | |
download | plus-71cccfd289845fcd31e64f35d600ebafd4aa29c6.tar.gz plus-71cccfd289845fcd31e64f35d600ebafd4aa29c6.tar.bz2 plus-71cccfd289845fcd31e64f35d600ebafd4aa29c6.tar.xz plus-71cccfd289845fcd31e64f35d600ebafd4aa29c6.zip |
Split in Being setSprite into setSprite and setSpriteId.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index 825e4ab84..79068b255 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -326,6 +326,9 @@ class Being notfinal : public ActorSprite, ItemColor colorId, CardsList cards) restrict2; + void setSpriteId(const unsigned int slot, + const int id) restrict2; + void setWeaponId(const int id) restrict2; void setTempSprite(const unsigned int slot, |