From e7482b08370a87941f8d100d1f833f2128cb901c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Oct 2016 20:47:42 +0300 Subject: Add missing consts references. --- src/being/being.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index c401f9d0b..578679f42 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2741,7 +2741,7 @@ void Being::unSetSprite(const unsigned int slot) restrict2 // set sprite id, use color string, reset cards void Being::setSpriteColor(const unsigned int slot, const int id, - std::string color) restrict2 + const std::string &color) restrict2 { if (!charServerHandler || slot >= charServerHandler->maxSprite()) return; @@ -2898,7 +2898,7 @@ void Being::setSpriteColorId(const unsigned int slot, // set sprite id, colors from cards, cards void Being::setSpriteCards(const unsigned int slot, const int id, - CardsList cards) restrict2 + const CardsList &cards) restrict2 { if (!charServerHandler || slot >= charServerHandler->maxSprite()) return; @@ -4902,7 +4902,7 @@ void Being::addItemParticles(const int id, void Being::addItemParticlesCards(const int id, const SpriteDisplay &restrict display, - CardsList cards) restrict2 + const CardsList &cards) restrict2 { const SpriteParticleInfoIter it = mSpriteParticles.find(id); ParticleInfo *restrict pi = nullptr; -- cgit v1.2.3-60-g2f50