mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
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:
parent
585dc4db55
commit
2768319718
1 changed files with 2 additions and 0 deletions
|
@ -736,6 +736,8 @@ void IN_StartupMouse (void)
|
||||||
Con_SafePrintf ("DirectInput not initialized\n");
|
Con_SafePrintf ("DirectInput not initialized\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
dinput = false;
|
||||||
|
|
||||||
if (!dinput)
|
if (!dinput)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue