aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h')
-rw-r--r--Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h b/Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h
index 2c52284c..eaaea7f6 100644
--- a/Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h
+++ b/Minecraft.Client/Common/UI/UIScene_ConnectingProgress.h
@@ -13,6 +13,11 @@ private:
void (*m_cancelFunc)(LPVOID param);
LPVOID m_cancelFuncParam;
+#ifdef _WINDOWS64
+ bool m_asyncJoinActive;
+ bool m_asyncJoinFailed;
+#endif
+
enum EControls
{
eControl_Confirm