summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-16 12:30:27 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-16 12:30:27 -0600
commit19469fdabf9f66348da8e10a7187f634d0c0a7b7 (patch)
treecf634a59a53cf99bc63e5be9f9cac091d6d3186c /src/gui/charcreatedialog.cpp
parentb04dd091b9f9e2ff366fc3a5882289df72e2efd9 (diff)
downloadMana-19469fdabf9f66348da8e10a7187f634d0c0a7b7.tar.gz
Mana-19469fdabf9f66348da8e10a7187f634d0c0a7b7.tar.bz2
Mana-19469fdabf9f66348da8e10a7187f634d0c0a7b7.tar.xz
Mana-19469fdabf9f66348da8e10a7187f634d0c0a7b7.zip
Fix gender setting in CharCreationDialog
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r--src/gui/charcreatedialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp
index 024d18b3..dc982e21 100644
--- a/src/gui/charcreatedialog.cpp
+++ b/src/gui/charcreatedialog.cpp
@@ -323,6 +323,8 @@ void CharCreateDialog::setFixedGender(bool fixed, Gender gender)
mFemale->setSelected(false);
}
+ mPlayer->setGender(gender);
+
if (fixed)
{
mMale->setEnabled(false);