about summary refs log tree commit diff
path: root/src/game/server/gamecontext.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 14:04:02 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-25 14:04:02 +0000
commit6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c (patch)
treecc8a72be53f461ca06dda2f15cc0b56679a9e417 /src/game/server/gamecontext.hpp
parentf96be4eb0ed4430013c8ecfcb043c049d5103479 (diff)
downloadzcatch-6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c.tar.gz
zcatch-6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c.zip
fixed keybindings. reworked the voting a bit. added vote spamming protection. added ingame voting hud.
Diffstat (limited to 'src/game/server/gamecontext.hpp')
-rw-r--r--src/game/server/gamecontext.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gamecontext.hpp b/src/game/server/gamecontext.hpp
index 6ce9f068..124df645 100644
--- a/src/game/server/gamecontext.hpp
+++ b/src/game/server/gamecontext.hpp
@@ -49,6 +49,7 @@ public:
 	void end_vote();
 	void send_vote_set(int cid);
 	void send_vote_status(int cid);
+	int vote_creator;
 	int64 vote_closetime;
 	char vote_description[512];
 	char vote_command[512];