add some informative output. not really needed, but it makes things more consistent with other targets.

This commit is contained in:
Bill Currie 2000-04-16 07:08:53 +00:00
parent 02809a4426
commit 9e9bb339b6
2 changed files with 3 additions and 0 deletions

View file

@ -276,6 +276,8 @@ static void IN_init_mouse()
void IN_Shutdown(void)
{
Con_Printf("IN_Shutdown\n");
if (UseMouse) mouse_close();
if (UseKeyboard) keyboard_close();
in_svgalib_inited = 0;

View file

@ -359,6 +359,7 @@ get_mode(char *name, int width, int height, int depth)
void
VID_Shutdown(void)
{
Sys_Printf("VID_Shutdown\n");
if (!svgalib_inited) return;