From eea3277b81625277b634d1f5409b46075ebe28ff Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 13 Mar 2012 08:50:03 +0200 Subject: Crude tab test in main menu (requires gui redesign for the additional tabs) --- src/modalMenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modalMenu.h') diff --git a/src/modalMenu.h b/src/modalMenu.h index 1f6d4d897..21d9a479e 100644 --- a/src/modalMenu.h +++ b/src/modalMenu.h @@ -125,12 +125,12 @@ public: protected: //bool m_force_regenerate_gui; + v2u32 m_screensize_old; private: IMenuManager *m_menumgr; // This might be necessary to expose to the implementation if it // wants to launch other menus bool m_allow_focus_removal; - v2u32 m_screensize_old; }; -- cgit v1.2.3