- Call C_DeinitConsole in I_Quit so that we can be sure that Printf will work for as long as possible. Otherwise ZDoom will crash when ending a demo recording.

This commit is contained in:
Braden Obrzut 2014-07-16 18:59:49 -04:00
commit b6bbdf6195
3 changed files with 4 additions and 2 deletions

View file

@ -781,6 +781,8 @@ void I_Quit()
{
G_CheckDemoStatus();
}
C_DeinitConsole();
}