Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 7c7ab2a

Browse files
committed
only need to discard one probably
1 parent 1534e44 commit 7c7ab2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Managers/UInputMan.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ namespace RTE {
423423
WarpMouse(_xwin.window_width / 2, _xwin.window_height / 2);
424424
int discard;
425425
get_mouse_mickeys(&discard, &discard);
426-
get_mouse_mickeys(&discard, &discard);
427-
get_mouse_mickeys(&discard, &discard);
428426
WarpMouse(_xwin.window_width / 2, _xwin.window_height / 2);
429427
}
430428
#endif

0 commit comments

Comments
 (0)