fixed mouse not active after vid_restart.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@720 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-04 12:01:48 +00:00
parent 585dc4db55
commit 2768319718
1 changed files with 2 additions and 0 deletions

View File

@ -736,6 +736,8 @@ void IN_StartupMouse (void)
Con_SafePrintf ("DirectInput not initialized\n");
}
}
else
dinput = false;
if (!dinput)
#endif