From 6d44adb7114a0be6ecb1b0fabc6fe69d308cad1c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 25 Sep 2008 14:04:02 +0000 Subject: fixed keybindings. reworked the voting a bit. added vote spamming protection. added ingame voting hud. --- src/game/server/gamecontext.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/gamecontext.hpp') 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]; -- cgit 1.4.1