correct an assignment value in restore.c

This commit is contained in:
nhmall
2022-06-09 08:16:58 -04:00
parent c8ceb2b860
commit fe235b7292

View File

@@ -879,7 +879,7 @@ dorecover(NHFILE* nhfp)
g.early_raw_messages = 0;
wait_synch();
}
g.program_state.beyond_savefile_load = 0;
g.program_state.beyond_savefile_load = 1;
docrt();
clear_nhwindow(WIN_MESSAGE);