- 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:
parent
bd5bf2a40a
commit
b6bbdf6195
3 changed files with 4 additions and 2 deletions
|
|
@ -781,6 +781,8 @@ void I_Quit()
|
|||
{
|
||||
G_CheckDemoStatus();
|
||||
}
|
||||
|
||||
C_DeinitConsole();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue