Screen mode selector and persistent map target fix

This commit is contained in:
eray orçunus
2020-05-01 21:08:39 +03:00
parent 56cb586f15
commit 97b288c1e4
6 changed files with 122 additions and 55 deletions

View File

@ -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: