diff options
Diffstat (limited to 'game/client/session.cc')
| -rw-r--r-- | game/client/session.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/client/session.cc b/game/client/session.cc index 33e27b5..3371889 100644 --- a/game/client/session.cc +++ b/game/client/session.cc @@ -244,7 +244,7 @@ void session::connect(const char *host, std::uint16_t port, const char *password globals::gui_screen = GUI_PLAY_MENU; }); - globals::gui_screen = GUI_PROGRESS; + globals::gui_screen = GUI_PROGRESS_BAR; } void session::disconnect(const char *reason) @@ -292,7 +292,7 @@ void session::send_login_request(void) server_password_hash = UINT64_MAX; progress_bar::set_title("connecting.logging_in"); - globals::gui_screen = GUI_PROGRESS; + globals::gui_screen = GUI_PROGRESS_BAR; } bool session::is_ingame(void) |
