mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
chore(glue): tweak style
This commit is contained in:
parent
eb90ee3dcd
commit
dad9ccc033
@ -90,12 +90,14 @@ float CalculateAspectRatio() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CGlueMgr::CancelRealmListQuery() {
|
void CGlueMgr::CancelRealmListQuery() {
|
||||||
if (CGlueMgr::m_idleState == IDLE_REALM_LIST) {
|
if (CGlueMgr::m_idleState != IDLE_REALM_LIST) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
ClientServices::Connection()->Cancel(2);
|
ClientServices::Connection()->Cancel(2);
|
||||||
|
|
||||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void CGlueMgr::ChangeRealm(const REALM_INFO* realmInfo) {
|
void CGlueMgr::ChangeRealm(const REALM_INFO* realmInfo) {
|
||||||
if (!realmInfo) {
|
if (!realmInfo) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user