mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
d'oh
This commit is contained in:
parent
605df6ebb6
commit
62a4b86001
1 changed files with 2 additions and 0 deletions
|
@ -501,6 +501,8 @@ IN_LL_Init (void)
|
|||
X11_AddEvent (ButtonPress, &event_button);
|
||||
X11_AddEvent (ButtonRelease, &event_button);
|
||||
X11_AddEvent (MotionNotify, &event_motion);
|
||||
|
||||
in_mouse_avail = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue