From ea37ffc6d73bb0de686c29f8e8c6769f2a704ec5 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 17 Jul 2008 22:52:53 +0000 Subject: Added support for handling the custom eAthena packet that sends the update host (patch by Sanga). --- src/gui/char_server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/char_server.h') 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 -- cgit v1.2.3-70-g09d2