Debug: Add experimental command to switch baseset

This commit is contained in:
Jonathan G Rennison
2020-12-26 10:54:01 +00:00
parent 78b06ddc40
commit 5fe5884613
5 changed files with 50 additions and 6 deletions

View File

@@ -245,6 +245,7 @@ static void OnNewMonth()
{
if (_settings_client.gui.autosave != 0 && (_cur_date_ymd.month % _autosave_months[_settings_client.gui.autosave]) == 0) {
_do_autosave = true;
_check_special_modes = true;
SetWindowDirty(WC_STATUS_BAR, 0);
}