diff options
| author | oy <Tom_Adams@web.de> | 2011-03-26 17:44:34 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-26 17:44:34 +0100 |
| commit | fbeace52723509604e390f0a20e9f922aa26d1d6 (patch) | |
| tree | ea60feca2bf3346ef62ce12339e40573dfea9762 /src/game/client/components/menus.h | |
| parent | b8f144ba811708bfac82faed438ce389f3d01863 (diff) | |
| download | zcatch-fbeace52723509604e390f0a20e9f922aa26d1d6.tar.gz zcatch-fbeace52723509604e390f0a20e9f922aa26d1d6.zip | |
cleaned up some voting code
Diffstat (limited to 'src/game/client/components/menus.h')
| -rw-r--r-- | src/game/client/components/menus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index a9921655..f9a0fea1 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -8,6 +8,7 @@ #include <engine/demo.h> +#include <game/voting.h> #include <game/client/component.h> #include <game/client/ui.h> @@ -170,7 +171,7 @@ class CMenus : public CComponent // for call vote int m_CallvoteSelectedOption; int m_CallvoteSelectedPlayer; - char m_aCallvoteReason[16]; + char m_aCallvoteReason[VOTE_REASON_LENGTH]; // demo struct CDemoItem |