From 61201fea1311b62bd5390a3f1684695073315290 Mon Sep 17 00:00:00 2001 From: Choupom Date: Sat, 9 Oct 2010 20:34:17 +0200 Subject: added reason to kick a player in the callvote tab --- src/game/client/components/menus.h | 1 + 1 file changed, 1 insertion(+) (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 3d11cf91..1a63f5e5 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -152,6 +152,7 @@ class CMenus : public CComponent // for call vote int m_CallvoteSelectedOption; int m_CallvoteSelectedPlayer; + char m_aCallvoteReason[16]; // demo struct CDemoItem -- cgit 1.4.1