about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-12-16 01:52:29 +0100
committeroy <Tom_Adams@web.de>2010-12-16 01:52:29 +0100
commit1d7df01e9a8e4e2bf77caf6e23f0d1eb24529073 (patch)
tree8f4227ce52fc8947094cc99ac8a664fdb5d9a863 /src/game/client/components/menus.h
parentc0530b0d0910e85941b6b4158f2e4b1c9e406ff1 (diff)
downloadzcatch-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.h5
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;