mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): use better param name
This commit is contained in:
parent
04465437c0
commit
1791f1f590
@ -284,10 +284,10 @@ void CGlueMgr::GetCharacterList() {
|
||||
ClientServices::Connection()->GetCharacterList();
|
||||
}
|
||||
|
||||
void CGlueMgr::GetRealmList(int32_t a1) {
|
||||
void CGlueMgr::GetRealmList(int32_t showProgressDialog) {
|
||||
CGlueMgr::SetIdleState(IDLE_REALM_LIST);
|
||||
|
||||
if (a1) {
|
||||
if (showProgressDialog) {
|
||||
auto inProgressText = FrameScript_GetText("REALM_LIST_IN_PROGRESS", -1, GENDER_NOT_APPLICABLE);
|
||||
FrameScript_SignalEvent(OPEN_STATUS_DIALOG, "%s%s", "CANCEL", inProgressText);
|
||||
}
|
||||
|
||||
@ -63,7 +63,7 @@ class CGlueMgr {
|
||||
static void DisplayLoginStatus();
|
||||
static void EnterWorld();
|
||||
static void GetCharacterList();
|
||||
static void GetRealmList(int32_t a1);
|
||||
static void GetRealmList(int32_t showProgressDialog);
|
||||
static int32_t HandleBattlenetDisconnect();
|
||||
static int32_t HandleDisplaySizeChanged(const CSizeEvent& event);
|
||||
static int32_t Idle(const void* a1, void* a2); // TODO a1: const EVENT_DATA_IDLE*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user