mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 09:09:09 +00:00
feat(net): implement GrunLogin::LogOff
This commit is contained in:
parent
a2e1dc98a2
commit
032e9f93d8
4 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue