diff options
| author | oy <Tom_Adams@web.de> | 2011-03-25 11:49:35 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-25 11:49:35 +0100 |
| commit | 359b806e959fbdced610c2d84d1e12dfe7b58a7e (patch) | |
| tree | f21443f47c73b40f6c64b6055354a4e36e171244 /src/game/client/components/voting.h | |
| parent | a4580d451f8e4584f9aaa7b6ebe3380488ee4455 (diff) | |
| download | zcatch-359b806e959fbdced610c2d84d1e12dfe7b58a7e.tar.gz zcatch-359b806e959fbdced610c2d84d1e12dfe7b58a7e.zip | |
added remove_vote command. Closes #47
Diffstat (limited to 'src/game/client/components/voting.h')
| -rw-r--r-- | src/game/client/components/voting.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index 10e0512c..9687d895 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.h @@ -34,6 +34,9 @@ public: CVoteOption *m_pFirst; CVoteOption *m_pLast; + CVoteOption *m_pRecycleFirst; + CVoteOption *m_pRecycleLast; + CVoting(); virtual void OnReset(); virtual void OnConsoleInit(); |