(svn r23224) -Codechange: first load the config file partially so we can push scanning AIs to later in the process (when the GUI is showing the progress bar)

This commit is contained in:
rubidium
2011-11-14 21:42:54 +00:00
parent 5446b40c07
commit 834eac49fd
3 changed files with 54 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ void IConsoleSetSetting(const char *name, int32 value);
void IConsoleGetSetting(const char *name, bool force_newgame = false);
void IConsoleListSettings(const char *prefilter);
void LoadFromConfig();
void LoadFromConfig(bool minimal = false);
void SaveToConfig();
void CheckConfig();