place the sound_exit_nhsound() calls

This commit is contained in:
nhmall
2023-01-22 19:02:37 -05:00
parent 2da828324f
commit 3803a711bd
3 changed files with 15 additions and 0 deletions

View File

@@ -6331,6 +6331,8 @@ end_of_input(void)
#endif
if (gp.program_state.something_worth_saving)
(void) dosave0();
if (soundprocs.sound_exit_nhsound)
(*soundprocs.sound_exit_nhsound)("end_of_input");
if (iflags.window_inited)
exit_nhwindows((char *) 0);
clearlocks();