summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-24 14:43:14 -0700
committerJared Adams <jaxad0127@gmail.com>2010-01-24 14:43:14 -0700
commit3730a6028626cfcdab9bd98aecfeadf6c884b505 (patch)
treef78d37fae95f74625a745f5e551c40ae337976d9 /src/gui/charcreatedialog.cpp
parent889108ea9a75a0591cac7efb49bac65629b6fb86 (diff)
downloadmana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.gz
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.bz2
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.tar.xz
mana-client-3730a6028626cfcdab9bd98aecfeadf6c884b505.zip
Remove some more _SUPPORT ifdefs
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r--src/gui/charcreatedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp
index 698fe58c..f01fa15a 100644
--- a/src/gui/charcreatedialog.cpp
+++ b/src/gui/charcreatedialog.cpp
@@ -361,6 +361,6 @@ void CharCreateDialog::updateHair()
if (mHairColor < 0)
mHairColor += ColorDB::size();
- mPlayer->setSprite(Player::HAIR_SPRITE,
+ mPlayer->setSprite(Net::getCharHandler()->hairSprite(),
mHairStyle * -1, ColorDB::get(mHairColor));
}