about summary refs log tree commit diff
path: root/src/game/client/components/menus.cpp
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2010-10-09 20:34:17 +0200
committeroy <Tom_Adams@web.de>2010-10-11 00:31:21 +0200
commit61201fea1311b62bd5390a3f1684695073315290 (patch)
tree88cf384c78c01ceb7fbd2218148e3fce2f701d2b /src/game/client/components/menus.cpp
parent7aefbca742c20206ce18a64bc83322331ee67b39 (diff)
downloadzcatch-61201fea1311b62bd5390a3f1684695073315290.tar.gz
zcatch-61201fea1311b62bd5390a3f1684695073315290.zip
added reason to kick a player in the callvote tab
Diffstat (limited to 'src/game/client/components/menus.cpp')
-rw-r--r--src/game/client/components/menus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index caad5a80..05eb975b 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -99,6 +99,7 @@ CMenus::CMenus()
 	m_LastInput = time_get();
 	
 	str_copy(m_aCurrentDemoFolder, "demos", sizeof(m_aCurrentDemoFolder));
+	m_aCallvoteReason[0] = 0;
 }
 
 vec4 CMenus::ButtonColorMul(const void *pID)