mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 21:24:09 +00:00
Add cutscene borders switch to the menu
This commit is contained in:
parent
00bba630f6
commit
6eb8f6ae5a
6 changed files with 44 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue