random quick fixes...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3983 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f43b8d535c
commit
342ab8af35
1 changed files with 1 additions and 1 deletions
|
@ -1105,7 +1105,7 @@ void IN_MouseMove (float *movements, int pnum)
|
|||
#endif
|
||||
|
||||
#ifdef PEXT_CSQC
|
||||
if (CSQC_MousePosition(mousecursor_x, mousecursor_y))
|
||||
if (CSQC_MousePosition(mousecursor_x, mousecursor_y, 0))
|
||||
{
|
||||
mx = 0;
|
||||
my = 0;
|
||||
|
|
Loading…
Reference in a new issue