mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 08:31:04 +00:00
Remove DeinitConProc() call for NEW_DED_CONSOLE builds where it's init function is never called.
This commit is contained in:
parent
fbee2c15c1
commit
5e7cc0a375
1 changed files with 3 additions and 3 deletions
|
@ -321,11 +321,11 @@ void Sys_Quit (void)
|
|||
if (dedicated && dedicated->value)
|
||||
FreeConsole ();
|
||||
|
||||
// shut down QHOST hooks if necessary
|
||||
DeinitConProc ();
|
||||
|
||||
#ifdef NEW_DED_CONSOLE
|
||||
Sys_ShutdownConsole();
|
||||
#else
|
||||
// shut down QHOST hooks if necessary
|
||||
DeinitConProc ();
|
||||
#endif
|
||||
|
||||
exit (0);
|
||||
|
|
Loading…
Reference in a new issue