Add cutscene borders switch to the menu

This commit is contained in:
Sergeanur 2020-07-11 12:03:56 +03:00
parent 00bba630f6
commit 6eb8f6ae5a
6 changed files with 44 additions and 3 deletions

View file

@ -582,6 +582,10 @@ public:
static uint8 m_PrefsPlayerGreen;
static uint8 m_PrefsPlayerBlue;
#ifdef CUTSCENE_BORDERS_SWITCH
static bool m_PrefsCutsceneBorders;
#endif
#ifndef MASTER
static bool m_PrefsMarketing;
static bool m_PrefsDisableTutorials;