diff options
| author | oy <Tom_Adams@web.de> | 2010-12-16 01:52:29 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-12-16 01:52:29 +0100 |
| commit | 1d7df01e9a8e4e2bf77caf6e23f0d1eb24529073 (patch) | |
| tree | 8f4227ce52fc8947094cc99ac8a664fdb5d9a863 /src/game/client/components/menus.h | |
| parent | c0530b0d0910e85941b6b4158f2e4b1c9e406ff1 (diff) | |
| download | zcatch-1d7df01e9a8e4e2bf77caf6e23f0d1eb24529073.tar.gz zcatch-1d7df01e9a8e4e2bf77caf6e23f0d1eb24529073.zip | |
added map download progress by kaddyd
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |