Show time and in game date of game load in desync/crash logs

This commit is contained in:
Jonathan G Rennison
2019-06-14 21:43:50 +01:00
parent f3daada67f
commit 1d5ba98932
7 changed files with 37 additions and 2 deletions

View File

@@ -3737,6 +3737,11 @@ bool AfterLoadGame()
AfterLoad_LinkGraphPauseControl();
}
_game_load_cur_date_ymd = _cur_date_ymd;
_game_load_date_fract = _date_fract;
_game_load_tick_skip_counter = _tick_skip_counter;
_game_load_time = time(nullptr);
return true;
}