From 1d7df01e9a8e4e2bf77caf6e23f0d1eb24529073 Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 16 Dec 2010 01:52:29 +0100 Subject: added map download progress by kaddyd --- src/game/client/components/menus.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/client/components/menus.h') diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 9ca21dae..37d34224 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -150,6 +150,11 @@ class CMenus : public CComponent bool m_EscapePressed; bool m_EnterPressed; bool m_DeletePressed; + + // for map download popup + int64 m_DownloadLastCheckTime; + int m_DownloadLastCheckSize; + float m_DownloadSpeed; // for call vote int m_CallvoteSelectedOption; -- cgit 1.4.1