diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-20 19:49:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-20 19:49:01 +0300 |
commit | 0cf09f63f5c626738f2dfdec82da876723b0db89 (patch) | |
tree | b6b9d22c0b4cc2f51957355271eedbc26fd42aee /src/gui | |
parent | 682ae29f4861c1434db7f5f885cd5062d73b0d1a (diff) | |
download | plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.gz plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.bz2 plus-0cf09f63f5c626738f2dfdec82da876723b0db89.tar.xz plus-0cf09f63f5c626738f2dfdec82da876723b0db89.zip |
Add explicit keyword into CardsList.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/windows/charcreatedialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index 529d89ae5..bf0352a17 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -160,7 +160,7 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, *it, std::string(), ItemColor_one, - nullptr); + zeroCards); } if (!maxHairColor) @@ -773,7 +773,7 @@ void CharCreateDialog::updateHair() mHairStyle * -1, item.getDyeColorsString(fromInt(mHairColor, ItemColor)), ItemColor_one, - nullptr); + zeroCards); } void CharCreateDialog::updateRace() |