diff options
| author | oy <Tom_Adams@web.de> | 2010-10-11 01:06:44 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-11 01:06:44 +0200 |
| commit | b65a26fe93e54af74d6304e66ec5942ecf4c48e8 (patch) | |
| tree | aa64740d1b09c2744c5bfba5f99cddef702e60c6 /src/game/client/components/voting.h | |
| parent | 8557d3a022cf250628dc8a03bdc26efd0338bc5d (diff) | |
| download | zcatch-b65a26fe93e54af74d6304e66ec5942ecf4c48e8.tar.gz zcatch-b65a26fe93e54af74d6304e66ec5942ecf4c48e8.zip | |
fixed last commits
Diffstat (limited to 'src/game/client/components/voting.h')
| -rw-r--r-- | src/game/client/components/voting.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index 1fc2aa53..ff982640 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -39,9 +39,9 @@ public: void RenderBars(CUIRect Bars, bool Text); - void CallvoteKick(int ClientId, char *pReason); + void CallvoteKick(int ClientId, const char *pReason); void CallvoteOption(int Option); - void ForcevoteKick(int ClientId); + void ForcevoteKick(int ClientId, const char *pReason); void ForcevoteOption(int Option); void Vote(int v); // -1 = no, 1 = yes |