about summary refs log tree commit diff
path: root/src/game/client/components/menus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/menus.hpp')
-rw-r--r--src/game/client/components/menus.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp
index bc733fb6..6b72195e 100644
--- a/src/game/client/components/menus.hpp
+++ b/src/game/client/components/menus.hpp
@@ -106,6 +106,7 @@ class MENUS : public COMPONENT
 	
 	// for graphic settings
 	bool need_restart;
+	bool need_sendinfo;
 	
 	//
 	bool escape_pressed;
@@ -161,6 +162,7 @@ class MENUS : public COMPONENT
 	void render_settings_sound(RECT main_view);
 	void render_settings(RECT main_view);
 	
+	void set_active(bool active);
 public:
 	static MENUS_KEYBINDER binder;