summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-22 18:50:48 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-22 18:50:48 +0000
commit3d97d69ca9b0521aa0f49db0b739d50afc00318e (patch)
treeae56ca6977a9e335fb821a4d22f1d3a08ca3b25b /src/gui/char_select.h
parent49eb5c5779885e6b7580c0e8459609fb228c3ec8 (diff)
downloadmana-client-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.gz
mana-client-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.bz2
mana-client-3d97d69ca9b0521aa0f49db0b739d50afc00318e.tar.xz
mana-client-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.h3
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];