mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-19 01:44:08 +00:00
add NoMovies ini option, rename gDrawVersionText, always save ini after loading
This commit is contained in:
parent
11bc8ea602
commit
781617d484
6 changed files with 36 additions and 16 deletions
|
@ -66,3 +66,11 @@ void SaveINIControllerSettings();
|
|||
extern bool gbNewRenderer;
|
||||
bool FredIsInFirstPersonCam(void);
|
||||
#endif
|
||||
|
||||
#ifdef DRAW_GAME_VERSION_TEXT
|
||||
extern bool gbDrawVersionText;
|
||||
#endif
|
||||
|
||||
#ifdef NO_MOVIES
|
||||
extern bool gbNoMovies;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue