A number of bugfixes.

This commit is contained in:
OBattler
2020-07-12 20:20:06 +02:00
parent 2788ea59bf
commit be9d369a91
4 changed files with 19 additions and 2 deletions

View File

@@ -681,6 +681,8 @@ pc_reset_hard_close(void)
{
ui_sb_set_ready(0);
network_timer_close();
/* Turn off timer processing to avoid potential segmentation faults. */
timer_close();