diff options
Diffstat (limited to 'src/gui/windows/charcreatedialog.cpp')
-rw-r--r-- | src/gui/windows/charcreatedialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index 72ab6626b..123c38c20 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -161,7 +161,6 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, std::string(), ItemColor_one, IsWeapon_false, - IsTempSprite_false, nullptr); } @@ -776,7 +775,6 @@ void CharCreateDialog::updateHair() item.getDyeColorsString(fromInt(mHairColor, ItemColor)), ItemColor_one, IsWeapon_false, - IsTempSprite_false, nullptr); } |