mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
shutdown the console
This commit is contained in:
parent
1929797cc9
commit
82338f9695
2 changed files with 6 additions and 0 deletions
|
@ -643,3 +643,8 @@ void
|
||||||
Con_ProcessInput (void)
|
Con_ProcessInput (void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
Con_Shutdown (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
|
@ -1030,4 +1030,5 @@ Host_Shutdown (void)
|
||||||
IN_Shutdown ();
|
IN_Shutdown ();
|
||||||
VID_Shutdown ();
|
VID_Shutdown ();
|
||||||
}
|
}
|
||||||
|
Con_Shutdown ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue