diff options
| author | oy <Tom_Adams@web.de> | 2011-03-26 16:56:59 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-26 16:56:59 +0100 |
| commit | b8f144ba811708bfac82faed438ce389f3d01863 (patch) | |
| tree | 8ffd9e74b4edacbbd00fa1cc3fdf0a1d381e9c51 /src/game/client/components/voting.h | |
| parent | 0e207fba6f2172071e15ad997103e71a03e81eef (diff) | |
| download | zcatch-b8f144ba811708bfac82faed438ce389f3d01863.tar.gz zcatch-b8f144ba811708bfac82faed438ce389f3d01863.zip | |
added a vote that allows to move a player to spectators. Closes #58
Diffstat (limited to 'src/game/client/components/voting.h')
| -rw-r--r-- | src/game/client/components/voting.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index 92e4b395..9e7da2dc 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -45,6 +45,7 @@ public: void RenderBars(CUIRect Bars, bool Text); + void CallvoteSpectate(int ClientID, const char *pReason, bool ForceVote = false); void CallvoteKick(int ClientID, const char *pReason, bool ForceVote = false); void CallvoteOption(int Option, const char *pReason, bool ForceVote = false); |