mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
chore(client): rename function for accuracy
This commit is contained in:
parent
ce2ad21748
commit
6cfe08d7e2
@ -74,7 +74,7 @@ void ClientInitializeGame(uint32_t mapId, C3Vector position) {
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientMiscInitialize() {
|
void ClientRegisterConsoleCommands() {
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
Client::g_accountNameVar = CVar::Register(
|
Client::g_accountNameVar = CVar::Register(
|
||||||
@ -490,10 +490,7 @@ void WowClientInit() {
|
|||||||
// EventRegister(EVENT_ID_5, (int)sub_4020E0);
|
// EventRegister(EVENT_ID_5, (int)sub_4020E0);
|
||||||
// _cfltcvt_init_0();
|
// _cfltcvt_init_0();
|
||||||
|
|
||||||
ClientMiscInitialize();
|
ClientRegisterConsoleCommands();
|
||||||
|
|
||||||
// sub_401B60();
|
|
||||||
|
|
||||||
ClientDBInitialize();
|
ClientDBInitialize();
|
||||||
|
|
||||||
// LoadingScreenInitialize();
|
// LoadingScreenInitialize();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user