Include elapsed state ticks since load in crash/failure logs

Consolidate game load date/time variables
This commit is contained in:
Jonathan G Rennison
2024-02-07 20:26:16 +00:00
parent d456f4a3a5
commit 9aa8059c79
8 changed files with 33 additions and 27 deletions

View File

@@ -534,6 +534,7 @@ static void ShutdownGame()
_game_load_cur_date_ymd = { 0, 0, 0 };
_game_load_date_fract = 0;
_game_load_tick_skip_counter = 0;
_game_load_state_ticks = 0;
_game_load_time = 0;
_extra_aspects = 0;
_aspect_cfg_hash = 0;