diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index d4297c14..912e3fee 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -3368,6 +3368,10 @@ void I_ShutdownSystem(void) { INT32 c; +#ifndef NEWSIGNALHANDLER + I_ShutdownConsole(); +#endif + for (c = MAX_QUIT_FUNCS-1; c >= 0; c--) if (quit_funcs[c]) (*quit_funcs[c])();