diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h index 06264b1d5..581386d3e 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -327,7 +327,7 @@ class Being notfinal : public ActorSprite, void setSpriteColor(const unsigned int slot, const int id, - std::string color) restrict2; + const std::string &color) restrict2; void setSpriteColorId(const unsigned int slot, const int id, @@ -335,7 +335,7 @@ class Being notfinal : public ActorSprite, void setSpriteCards(const unsigned int slot, const int id, - CardsList cards) restrict2; + const CardsList &restrict cards) restrict2; void setSpriteId(const unsigned int slot, const int id) restrict2; @@ -1093,7 +1093,7 @@ class Being notfinal : public ActorSprite, void addItemParticlesCards(const int id, const SpriteDisplay &restrict display, - CardsList cards) restrict2; + const CardsList &restrict cards) restrict2; void removeAllItemsParticles() restrict2; |