summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-19 19:58:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-19 19:58:34 +0300
commitd3a6c7591ee839e9ea8c43e67b802b3bb31da49c (patch)
tree791d0b3e9ffdfd48dc5e5119b49f6ef840702e32
parent7452d72094e256366cc6d30a3f4f48feee82210e (diff)
downloadplus-d3a6c7591ee839e9ea8c43e67b802b3bb31da49c.tar.gz
plus-d3a6c7591ee839e9ea8c43e67b802b3bb31da49c.tar.bz2
plus-d3a6c7591ee839e9ea8c43e67b802b3bb31da49c.tar.xz
plus-d3a6c7591ee839e9ea8c43e67b802b3bb31da49c.zip
Fix hair animation in char create dialog.
-rw-r--r--src/gui/windows/charcreatedialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp
index d8b6aad74..c80afbbe6 100644
--- a/src/gui/windows/charcreatedialog.cpp
+++ b/src/gui/windows/charcreatedialog.cpp
@@ -771,6 +771,7 @@ void CharCreateDialog::updateHair()
mPlayer->setSpriteColor(charServerHandler->hairSprite(),
mHairStyle * -1,
item.getDyeColorsString(fromInt(mHairColor, ItemColor)));
+ updatePlayer();
}
void CharCreateDialog::updateRace()