Merge branch 'day_length' into day_length-sx

This commit is contained in:
Jonathan G Rennison
2015-09-27 23:12:23 +01:00
7 changed files with 8 additions and 8 deletions

View File

@@ -2862,7 +2862,7 @@ SaveOrLoadResult SaveOrLoad(const char *filename, int mode, Subdirectory sb, boo
}
if (mode == SL_SAVE) { // SAVE game
DEBUG(desync, 1, "save: %08x; %02x; %s", _date, _date_fract, filename);
DEBUG(desync, 1, "save: %08x; %02x; %02X; %s", _date, _date_fract, _tick_skip_counter, filename);
if (_network_server || !_settings_client.gui.threaded_saves) threaded = false;
return DoSave(new FileWriter(fh), threaded);