summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-11 11:03:56 +0200
committerSergeanur <s.anureev@yandex.ua>2020-07-11 11:04:26 +0200
commit6eb8f6ae5a87fe32c93388e67559da988f48fb7f (patch)
tree3e803214b7955c83077914407ad4c4b2d2f1c83e /src/core/Frontend.h
parentenable island loading for now (diff)
downloadre3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.gz
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.bz2
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.lz
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.xz
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.tar.zst
re3-6eb8f6ae5a87fe32c93388e67559da988f48fb7f.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 b07f7260..758e29aa 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -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;