mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
add some informative output. not really needed, but it makes things more consistent with other targets.
This commit is contained in:
parent
02809a4426
commit
9e9bb339b6
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue