summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r--src/gui/char_select.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h
index 4531592e..8fc7cd01 100644
--- a/src/gui/char_select.h
+++ b/src/gui/char_select.h
@@ -45,7 +45,9 @@ class CharSelectDialog : public Window, public gcn::ActionListener
/**
* Constructor.
*/
- CharSelectDialog(Network *network, LockedArray<LocalPlayer*> *charInfo);
+ CharSelectDialog(Network *network,
+ LockedArray<LocalPlayer*> *charInfo,
+ unsigned char sex);
void action(const std::string& eventId);
@@ -71,6 +73,7 @@ class CharSelectDialog : public Window, public gcn::ActionListener
PlayerBox *mPlayerBox;
+ unsigned char mSex;
bool mCharSelected;
/**
@@ -95,7 +98,8 @@ class CharCreateDialog : public Window, public gcn::ActionListener
/**
* Constructor.
*/
- CharCreateDialog(Window *parent, int slot, Network *network);
+ CharCreateDialog(Window *parent, int slot, Network *network,
+ unsigned char sex);
void action(const std::string& eventId);