summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-01 20:21:05 +0200
committerGitHub <noreply@github.com>2020-05-01 20:21:05 +0200
commit90f5a8fa8e856435386caf28c788de633d677cba (patch)
tree93c22b2e3e227146bdf7557efd03b5d9fcc48e71 /src/core/Frontend.h
parentimplemented debugmenu shutdown (diff)
parentScreen mode selector and persistent map target fix (diff)
downloadre3-90f5a8fa8e856435386caf28c788de633d677cba.tar
re3-90f5a8fa8e856435386caf28c788de633d677cba.tar.gz
re3-90f5a8fa8e856435386caf28c788de633d677cba.tar.bz2
re3-90f5a8fa8e856435386caf28c788de633d677cba.tar.lz
re3-90f5a8fa8e856435386caf28c788de633d677cba.tar.xz
re3-90f5a8fa8e856435386caf28c788de633d677cba.tar.zst
re3-90f5a8fa8e856435386caf28c788de633d677cba.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h4
1 files changed, 4 insertions, 0 deletions
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: