From 326318d644c91f785e98a5b36fe350a95fdd5760 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Jun 2016 16:44:29 +0300 Subject: Remove default value from parameter color in Being->setSprite. --- src/gui/windows/charcreatedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows') diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index 02ef2686f..55b39bc62 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -156,7 +156,7 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, it != it_fend; ++ it, i ++) { - mPlayer->setSprite(i, *it); + mPlayer->setSprite(i, *it, std::string()); } if (!maxHairColor) -- cgit v1.2.3-60-g2f50