double d'oh

This commit is contained in:
Bill Currie 2001-07-06 00:19:52 +00:00
parent 0fbfd46be0
commit 11f65cc599

View file

@ -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");