about summary refs log tree commit diff
path: root/src/game/client/components/menus.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-08 12:50:46 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-11-08 12:50:46 +0000
commit388a04d957a0fd9af9287cbe6f1ee905371886c7 (patch)
treea493826c21bfca82dbd7b122d859025e0693c62e /src/game/client/components/menus.hpp
parent4fa7806009ec4b6acfbf545e56d22e87ea5fa3f2 (diff)
downloadzcatch-388a04d957a0fd9af9287cbe6f1ee905371886c7.tar.gz
zcatch-388a04d957a0fd9af9287cbe6f1ee905371886c7.zip
better voting support
Diffstat (limited to 'src/game/client/components/menus.hpp')
-rw-r--r--src/game/client/components/menus.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp
index 6b72195e..ab4d5303 100644
--- a/src/game/client/components/menus.hpp
+++ b/src/game/client/components/menus.hpp
@@ -113,8 +113,8 @@ class MENUS : public COMPONENT
 	bool enter_pressed;
 	
 	// for call vote
+	int callvote_selectedoption;
 	int callvote_selectedplayer;
-	int callvote_selectedmap;
 	
 	// demo
 	struct DEMOITEM
@@ -146,7 +146,7 @@ class MENUS : public COMPONENT
 	void render_serverinfo(RECT main_view);
 	void render_servercontrol(RECT main_view);
 	void render_servercontrol_kick(RECT main_view);
-	void render_servercontrol_map(RECT main_view);
+	void render_servercontrol_server(RECT main_view);
 	
 	// found in menus_browser.cpp
 	int selected_index;