feat(net): implement GrunLogin::LogOff

This commit is contained in:
VDm 2025-04-09 00:47:37 +04:00
parent a2e1dc98a2
commit 032e9f93d8
4 changed files with 12 additions and 2 deletions

View file

@ -668,6 +668,12 @@ void CGlueMgr::PollUserSurvey() {
}
}
void CGlueMgr::CancelLogin() {
if (CGlueMgr::m_idleState == IDLE_LOGIN_SERVER_LOGIN) {
CGlueMgr::StatusDialogClick();
}
}
void CGlueMgr::InitCursor() {
uint32_t width;
uint32_t height;