internal self-recover fix and bones name buffers

This commit is contained in:
nhmall
2019-11-21 23:41:11 -05:00
parent cb4d350424
commit 3545374e9c
5 changed files with 154 additions and 52 deletions

View File

@@ -503,6 +503,10 @@ attempt_restore:
}
}
}
if (g.program_state.in_self_recover) {
g.program_state.in_self_recover = FALSE;
set_savefile_name(TRUE);
}
}
if (!resuming) {