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

This commit is contained in:
withmorten
2021-02-18 22:40:32 +01:00
parent 6245a17e16
commit 48cec4a786
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