From 6224fc776364fb47286c950a2aa7c568d3dc0b17 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 20 Oct 2008 23:38:23 +0000 Subject: fixed sending of new player info when player changes something in the info --- src/game/client/components/menus.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/menus.hpp') 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; -- cgit 1.4.1