summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-23 19:10:51 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-23 19:10:51 +0300
commit9336f9ccd10f25f737cad530e8aec841d858c350 (patch)
treec5b98bb3c390eaea648095b2250516824d9904e7 /src/being/being.cpp
parent85c2332abec927c17d7396bf736da8333073fc97 (diff)
downloadplus-9336f9ccd10f25f737cad530e8aec841d858c350.tar.gz
plus-9336f9ccd10f25f737cad530e8aec841d858c350.tar.bz2
plus-9336f9ccd10f25f737cad530e8aec841d858c350.tar.xz
plus-9336f9ccd10f25f737cad530e8aec841d858c350.zip
Fix style issues.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 578679f42..56d6aa9c6 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -2730,7 +2730,7 @@ void Being::unSetSprite(const unsigned int slot) restrict2
removeItemParticles(id1);
beingSlot.spriteId = 0;
- beingSlot.color = std::string();
+ beingSlot.color.clear();
beingSlot.colorId = ItemColor_one;
beingSlot.cardsId = CardsList(nullptr);
recalcSpritesOrder();