about summary refs log tree commit diff
path: root/src/game/client/components/voting.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-25 11:49:35 +0100
committeroy <Tom_Adams@web.de>2011-03-25 11:49:35 +0100
commit359b806e959fbdced610c2d84d1e12dfe7b58a7e (patch)
treef21443f47c73b40f6c64b6055354a4e36e171244 /src/game/client/components/voting.h
parenta4580d451f8e4584f9aaa7b6ebe3380488ee4455 (diff)
downloadzcatch-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.h3
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();