mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
thigns
This commit is contained in:
parent
b27a763c01
commit
34c71b1007
@ -511,7 +511,9 @@ CCompanion::CCompanion()
|
||||
}
|
||||
case EHostStatus::Hosting:
|
||||
{
|
||||
SendHostingPostRequest();
|
||||
if (lastMap == "no_map" || lastMap == "")
|
||||
HostingStatus = EHostStatus::NotHosting;
|
||||
else SendHostingPostRequest();
|
||||
break;
|
||||
}
|
||||
case EHostStatus::ConnectedToSomeoneElse:
|
||||
@ -789,14 +791,10 @@ CCompanion::CCompanion()
|
||||
ImGui::SetNextWindowSize(ImVec2(800, 890), ImGuiCond_FirstUseEver);
|
||||
ImGui::SetWindowPos(ImVec2(-500, 50), ImGuiCond_FirstUseEver);
|
||||
|
||||
if (!ImGui::Begin(title, p_open))
|
||||
if (!ImGui::Begin(title, NULL))
|
||||
{
|
||||
ImGui::End(); return;
|
||||
}
|
||||
if (*p_open == NULL)
|
||||
{
|
||||
g_bShowMenu = false;
|
||||
}
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
CompMenu();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user