diff options
| author | oy <Tom_Adams@web.de> | 2011-03-25 12:06:45 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-25 12:06:45 +0100 |
| commit | 6ece07ee74b8b179d0a66c781a57344bcd75d3d5 (patch) | |
| tree | a6b6f2512a871814cb6b96013311371e84e47cef /src/game/client/components/voting.h | |
| parent | 359b806e959fbdced610c2d84d1e12dfe7b58a7e (diff) | |
| download | zcatch-6ece07ee74b8b179d0a66c781a57344bcd75d3d5.tar.gz zcatch-6ece07ee74b8b179d0a66c781a57344bcd75d3d5.zip | |
added force_vote command
Diffstat (limited to 'src/game/client/components/voting.h')
| -rw-r--r-- | src/game/client/components/voting.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index 9687d895..92e4b395 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -45,10 +45,8 @@ public: void RenderBars(CUIRect Bars, bool Text); - void CallvoteKick(int ClientID, const char *pReason); - void CallvoteOption(int Option, const char *pReason); - void ForcevoteKick(int ClientID, const char *pReason); - void ForcevoteOption(int Option, const char *pReason); + void CallvoteKick(int ClientID, const char *pReason, bool ForceVote = false); + void CallvoteOption(int Option, const char *pReason, bool ForceVote = false); void Vote(int v); // -1 = no, 1 = yes |