diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-22 18:50:48 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-22 18:50:48 +0000 |
commit | 3d97d69ca9b0521aa0f49db0b739d50afc00318e (patch) | |
tree | ae56ca6977a9e335fb821a4d22f1d3a08ca3b25b /src/gui/char_select.h | |
parent | 49eb5c5779885e6b7580c0e8459609fb228c3ec8 (diff) | |
download | mana-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.gz mana-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.bz2 mana-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.xz mana-3d97d69ca9b0521aa0f49db0b739d50afc00318e.zip |
Merged creation of female characters from Legend of Mazzeroth.
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index f2d6cbc4..d275c451 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -140,6 +140,9 @@ class CharCreateDialog : public Window, public gcn::ActionListener gcn::Button *mPrevHairStyleButton; gcn::Label *mHairStyleLabel; + gcn::RadioButton *mMale; + gcn::RadioButton *mFemale; + gcn::Slider *mAttributeSlider[6]; gcn::Label *mAttributeLabel[6]; gcn::Label *mAttributeValue[6]; |