about summary refs log tree commit diff
path: root/src/game/client/components/menus.hpp
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2008-09-24 14:28:26 +0000
committerAlfred Eriksson <somerunce@gmail.com>2008-09-24 14:28:26 +0000
commit2f28978237f0ead749a39229f1c683df63d34871 (patch)
tree80a1506a76882c1d10900f57ea7929faba9237e0 /src/game/client/components/menus.hpp
parenteb21e9d6bb772c6fba533bfe4b421dc7efe181b1 (diff)
downloadzcatch-2f28978237f0ead749a39229f1c683df63d34871.tar.gz
zcatch-2f28978237f0ead749a39229f1c683df63d34871.zip
server info page is fixed, remaining is to set current_server_info
Diffstat (limited to 'src/game/client/components/menus.hpp')
-rw-r--r--src/game/client/components/menus.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp
index d3c509d9..0349ec80 100644
--- a/src/game/client/components/menus.hpp
+++ b/src/game/client/components/menus.hpp
@@ -25,8 +25,8 @@ class MENUS : public COMPONENT
 	static void ui_draw_checkbox_common(const void *id, const char *text, const char *boxtext, const RECT *r);
 	static void ui_draw_checkbox(const void *id, const char *text, int checked, const RECT *r, const void *extra);
 	static void ui_draw_checkbox_number(const void *id, const char *text, int checked, const RECT *r, const void *extra);
-
 	static int ui_do_edit_box(void *id, const RECT *rect, char *str, int str_size, float font_size, bool hidden=false);
+
 	static float ui_do_scrollbar_v(const void *id, const RECT *rect, float current);
 	static float ui_do_scrollbar_h(const void *id, const RECT *rect, float current);
 
@@ -81,6 +81,7 @@ class MENUS : public COMPONENT
 	void render_serverinfo(RECT main_view);
 	
 	// found in menus_browser.cpp
+	SERVER_INFO current_server_info; // should this be here?
 	int selected_index;
 	void render_serverbrowser_serverlist(RECT view);
 	void render_serverbrowser_serverdetail(RECT view);