From 680351853a7580df7e441cffa5840e7e6d103c8a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 4 Aug 2006 08:15:22 +0000 Subject: Fixed character gender in selection dialog. --- ChangeLog | 4 ++++ src/gui/char_select.cpp | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea4ac6f6..37de8504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-04 Guillaume Melquiond + + * src/gui/char_select.cpp: Fixed character gender in selection dialog. + 2006-08-02 Guillaume Melquiond * configure.ac, src/Makefile.am: Put object files in subdirectories. diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 27b5b55a..75887b99 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -187,6 +187,7 @@ void CharSelectDialog::updatePlayerInfo() } mPlayerBox->mHairStyle = pi->getHairStyle() - 1; mPlayerBox->mHairColor = pi->getHairColor() - 1; + mPlayerBox->mSex = pi->getSex(); mPlayerBox->mShowPlayer = true; } else { mNameLabel->setCaption("Name"); -- cgit v1.2.3-70-g09d2