From e03f294796e1cd8d49d00fd86dc33959948924c7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Jun 2016 18:18:18 +0300 Subject: Remove default value from parameter cards in Being->setSprite. --- src/gui/windows/charcreatedialog.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/charcreatedialog.cpp') diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index f100afee9..72ab6626b 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -161,7 +161,8 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, std::string(), ItemColor_one, IsWeapon_false, - IsTempSprite_false); + IsTempSprite_false, + nullptr); } if (!maxHairColor) @@ -775,7 +776,8 @@ void CharCreateDialog::updateHair() item.getDyeColorsString(fromInt(mHairColor, ItemColor)), ItemColor_one, IsWeapon_false, - IsTempSprite_false); + IsTempSprite_false, + nullptr); } void CharCreateDialog::updateRace() -- cgit v1.2.3-70-g09d2