diff options
Diffstat (limited to 'src/client/input.c')
-rw-r--r-- | src/client/input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/input.c b/src/client/input.c index 5281815..57cdf16 100644 --- a/src/client/input.c +++ b/src/client/input.c @@ -221,9 +221,7 @@ void IN_MouseEvent(int x, int y) if (input.hide_cursor == HIDE_SHOW_NC) input.hide_cursor = HIDE_SHOW; -#if USE_UI UI_MouseEvent(x, y); -#endif } /* |