shutdown the console

This commit is contained in:
Bill Currie 2001-10-03 21:37:20 +00:00
parent 1929797cc9
commit 82338f9695
2 changed files with 6 additions and 0 deletions

View file

@ -643,3 +643,8 @@ void
Con_ProcessInput (void)
{
}
void
Con_Shutdown (void)
{
}

View file

@ -1030,4 +1030,5 @@ Host_Shutdown (void)
IN_Shutdown ();
VID_Shutdown ();
}
Con_Shutdown ();
}