add NoMovies ini option, rename gDrawVersionText, always save ini after loading

This commit is contained in:
withmorten 2021-02-18 22:55:26 +01:00
parent 11bc8ea602
commit 781617d484
6 changed files with 36 additions and 16 deletions

View file

@ -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