diff options
| author | GreYFoXGTi <GreYFoXGTi@GMaiL.CoM> | 2011-02-12 12:40:36 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-12 21:18:41 +0100 |
| commit | 1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251 (patch) | |
| tree | d4b94b98105c3af23c79bae02a132bfe66738392 /src/game/client/components/voting.h | |
| parent | e45ad2a085d8f02aadc5d823a1d7dda4e1da70aa (diff) | |
| download | zcatch-1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251.tar.gz zcatch-1b2703aaba9ef21b8fca7c12b299fcd0fd4b9251.zip | |
Refactoring & fixed WEAPONSPEC_GUN in content.py
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 60631107..87e0ec10 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -41,9 +41,9 @@ public: void RenderBars(CUIRect Bars, bool Text); - void CallvoteKick(int ClientId, const char *pReason); + void CallvoteKick(int ClientID, const char *pReason); void CallvoteOption(int Option); - void ForcevoteKick(int ClientId, const char *pReason); + void ForcevoteKick(int ClientID, const char *pReason); void ForcevoteOption(int Option); void Vote(int v); // -1 = no, 1 = yes |