summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-04 16:29:14 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-04 20:20:52 +0100
commit5c7f9d1d216fd1edca231ed274ac3077cb34909f (patch)
tree234405f8f9d0b422a02d8cc44854aaa6992cf2d9 /src/gui/charcreatedialog.h
parentd5ebad4e74da011777f9ba1a13fbb37d18c827b9 (diff)
downloadMana-5c7f9d1d216fd1edca231ed274ac3077cb34909f.tar.gz
Mana-5c7f9d1d216fd1edca231ed274ac3077cb34909f.tar.bz2
Mana-5c7f9d1d216fd1edca231ed274ac3077cb34909f.tar.xz
Mana-5c7f9d1d216fd1edca231ed274ac3077cb34909f.zip
Fixed character display
This change fixes hair style to take into account "race", which makes the faces visible again. Hair colors should also be fixed now, with partial support for itemcolors.xml added. The Mana client now also supports per-character gender, and it now hides the hair style and color buttons on character creation, when there are none to choose from. Closes #43
Diffstat (limited to 'src/gui/charcreatedialog.h')
-rw-r--r--src/gui/charcreatedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.h b/src/gui/charcreatedialog.h
index 89706b54..46db6229 100644
--- a/src/gui/charcreatedialog.h
+++ b/src/gui/charcreatedialog.h
@@ -61,7 +61,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener
unsigned available,
unsigned min, unsigned max);
- void setFixedGender(bool fixed, Gender gender = GENDER_FEMALE);
+ void setDefaultGender(Gender gender);
private:
void updateSliders();