diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.cpp')
-rw-r--r-- | src/gui/windows/charcreatedialog.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
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() |