Settings: Only write out config on setting change for persistent changes
This commit is contained in:
@@ -1041,7 +1041,7 @@ int openttd_main(int argc, char *argv[])
|
||||
|
||||
/* only save config if we have to */
|
||||
if (_save_config) {
|
||||
SaveToConfig();
|
||||
SaveToConfig(STCF_ALL);
|
||||
SaveHotkeysToConfig();
|
||||
WindowDesc::SaveToConfig();
|
||||
SaveToHighScore();
|
||||
|
Reference in New Issue
Block a user