From 48cff567cb37f3ce18ee32e75bb7570db72368e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Jun 2016 13:53:25 +0300 Subject: Split Being::setSprite into Being::setSprite and Being::setSpriteCards. --- src/gui/windows/charcreatedialog.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gui/windows') diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index bf0352a17..c58be3e02 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -159,8 +159,7 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, mPlayer->setSprite(i, *it, std::string(), - ItemColor_one, - zeroCards); + ItemColor_one); } if (!maxHairColor) @@ -772,8 +771,7 @@ void CharCreateDialog::updateHair() mPlayer->setSprite(charServerHandler->hairSprite(), mHairStyle * -1, item.getDyeColorsString(fromInt(mHairColor, ItemColor)), - ItemColor_one, - zeroCards); + ItemColor_one); } void CharCreateDialog::updateRace() -- cgit v1.2.3-60-g2f50