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-10-20 23:38:23 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 23:38:23 +0000
commit6224fc776364fb47286c950a2aa7c568d3dc0b17 (patch)
treef0f96058cc1797618f1a8f3b1529d05c0120a012 /src/game/client/components/menus.hpp
parent15217d84585fd6aaacfc75ac36961398bf74e693 (diff)
downloadzcatch-6224fc776364fb47286c950a2aa7c568d3dc0b17.tar.gz
zcatch-6224fc776364fb47286c950a2aa7c568d3dc0b17.zip
fixed sending of new player info when player changes something in the info
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;