summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-07-17 22:52:53 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-07-17 22:52:53 +0000
commitea37ffc6d73bb0de686c29f8e8c6769f2a704ec5 (patch)
treefcca5b0bdca14ae694702ee4e882ba77a2a9b408 /src/gui/char_server.h
parent406bac35e4c6e79b0ba8d5fe97f32516c8becb0b (diff)
downloadMana-ea37ffc6d73bb0de686c29f8e8c6769f2a704ec5.tar.gz
Mana-ea37ffc6d73bb0de686c29f8e8c6769f2a704ec5.tar.bz2
Mana-ea37ffc6d73bb0de686c29f8e8c6769f2a704ec5.tar.xz
Mana-ea37ffc6d73bb0de686c29f8e8c6769f2a704ec5.zip
Added support for handling the custom eAthena packet that sends the update
host (patch by Sanga).
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r--src/gui/char_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h
index 26e723f9..3e43dd55 100644
--- a/src/gui/char_server.h
+++ b/src/gui/char_server.h
@@ -46,7 +46,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener {
*
* @see Window::Window
*/
- ServerSelectDialog(LoginData *loginData);
+ ServerSelectDialog(LoginData *loginData, int nextState);
/**
* Destructor.
@@ -63,6 +63,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener {
ServerListModel *mServerListModel;
gcn::ListBox *mServerList;
gcn::Button *mOkButton;
+ int mNextState;
};
#endif