mirror of
https://github.com/halpz/re3.git
synced 2025-07-31 05:10:24 +00:00
add freecam toggle in control settings
comes with a free config save!
This commit is contained in:
@ -380,7 +380,10 @@ enum eMenuAction
|
||||
MENUACTION_LANG_JAP,
|
||||
#endif
|
||||
#ifdef IMPROVED_VIDEOMODE
|
||||
MENUACTION_SCREENMODE
|
||||
MENUACTION_SCREENMODE,
|
||||
#endif
|
||||
#ifdef FREE_CAM
|
||||
MENUACTION_FREECAM
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user