Add this back for Windoodoo because I'm an idiot

This commit is contained in:
James R 2019-12-13 15:04:31 -08:00
parent 8bea7f6dbc
commit 553ad46c74
1 changed files with 4 additions and 0 deletions

View File

@ -2482,6 +2482,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])();