mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
double d'oh
This commit is contained in:
parent
0fbfd46be0
commit
11f65cc599
1 changed files with 3 additions and 0 deletions
|
@ -560,6 +560,9 @@ IN_Init (void)
|
|||
X11_AddEvent (ButtonPress, &event_button);
|
||||
X11_AddEvent (ButtonRelease, &event_button);
|
||||
X11_AddEvent (MotionNotify, &event_motion);
|
||||
|
||||
mouse_x = mouse_y = 0.0;
|
||||
mouse_avail = 1;
|
||||
}
|
||||
|
||||
Cmd_AddCommand ("force_centerview", Force_CenterView_f, "Force view of player to center");
|
||||
|
|
Loading…
Reference in a new issue