diff options
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r-- | src/gui/charselectdialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h index 5f067404..cfd36390 100644 --- a/src/gui/charselectdialog.h +++ b/src/gui/charselectdialog.h @@ -57,6 +57,9 @@ class CharSelectDialog : public Window, public gcn::ActionListener bool selectByName(const std::string &name); + static void setNetworkOptions(bool allowUnregister, + bool allowChangeEmail); + private: LockedArray<LocalPlayer*> *mCharInfo; @@ -97,6 +100,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener * Communicate character selection to the server. */ void attemptCharSelect(); + + static bool doAllowUnregister, doAllowChangeEmail; }; #endif |