From 97b288c1e44902d7bcae575c0c6629296735fdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 1 May 2020 21:08:39 +0300 Subject: Screen mode selector and persistent map target fix --- src/core/Frontend.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/Frontend.h') diff --git a/src/core/Frontend.h b/src/core/Frontend.h index fc2c5235..3286f275 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -371,6 +371,9 @@ enum eMenuAction MENUACTION_LANG_RUS, MENUACTION_LANG_JAP, #endif +#ifdef IMPROVED_VIDEOMODE + MENUACTION_SCREENMODE +#endif }; enum eCheckHover @@ -539,6 +542,7 @@ public: int32 m_nPrefsDepth; int32 m_nPrefsWindowed; int32 m_nPrefsSubsystem; + int32 m_nSelectedScreenMode; #endif public: -- cgit v1.2.3