diff options
| author | Choupom <andycootlapin@hotmail.fr> | 2010-10-09 20:34:17 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-11 00:31:21 +0200 |
| commit | 61201fea1311b62bd5390a3f1684695073315290 (patch) | |
| tree | 88cf384c78c01ceb7fbd2218148e3fce2f701d2b /src/game/client/components/menus.h | |
| parent | 7aefbca742c20206ce18a64bc83322331ee67b39 (diff) | |
| download | zcatch-61201fea1311b62bd5390a3f1684695073315290.tar.gz zcatch-61201fea1311b62bd5390a3f1684695073315290.zip | |
added reason to kick a player in the callvote tab
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |