summaryrefslogtreecommitdiff
path: root/src/modalMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modalMenu.h')
-rw-r--r--src/modalMenu.h2
1 files changed, 1 insertions, 1 deletions
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;
};