mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): add more names to GLUE_IDLE_STATE
This commit is contained in:
parent
7a22ffb998
commit
f6a1bb7286
@ -682,7 +682,7 @@ void CGlueMgr::StatusDialogClick() {
|
||||
}
|
||||
|
||||
case IDLE_ACCOUNT_LOGIN:
|
||||
case IDLE_3: {
|
||||
case IDLE_CHARACTER_LIST: {
|
||||
ClientServices::Connection()->Cancel(2);
|
||||
|
||||
break;
|
||||
@ -709,7 +709,7 @@ void CGlueMgr::StatusDialogClick() {
|
||||
break;
|
||||
}
|
||||
|
||||
case IDLE_11: {
|
||||
case IDLE_WORLD_LOGIN: {
|
||||
CGlueMgr::m_showedDisconnect = 0;
|
||||
CGlueMgr::m_idleState = IDLE_NONE;
|
||||
|
||||
|
||||
@ -12,20 +12,20 @@ class CGlueMgr {
|
||||
public:
|
||||
// Types
|
||||
enum GLUE_IDLE_STATE {
|
||||
IDLE_NONE = 0,
|
||||
IDLE_NONE = 0,
|
||||
IDLE_LOGIN_SERVER_LOGIN = 1,
|
||||
IDLE_ACCOUNT_LOGIN = 2,
|
||||
IDLE_3 = 3,
|
||||
IDLE_4 = 4,
|
||||
IDLE_5 = 5,
|
||||
IDLE_6 = 6,
|
||||
IDLE_7 = 7,
|
||||
IDLE_8 = 8,
|
||||
IDLE_9 = 9,
|
||||
IDLE_ENTER_WORLD = 10,
|
||||
IDLE_11 = 11,
|
||||
IDLE_12 = 12,
|
||||
IDLE_13 = 13
|
||||
IDLE_ACCOUNT_LOGIN = 2,
|
||||
IDLE_CHARACTER_LIST = 3,
|
||||
IDLE_4 = 4,
|
||||
IDLE_5 = 5,
|
||||
IDLE_6 = 6,
|
||||
IDLE_7 = 7,
|
||||
IDLE_8 = 8,
|
||||
IDLE_9 = 9,
|
||||
IDLE_ENTER_WORLD = 10,
|
||||
IDLE_WORLD_LOGIN = 11,
|
||||
IDLE_12 = 12,
|
||||
IDLE_13 = 13
|
||||
};
|
||||
|
||||
// Static variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user