diff --git a/src/hook.c b/src/hook.c index 474ee52..5a0be42 100644 --- a/src/hook.c +++ b/src/hook.c @@ -15,7 +15,7 @@ #endif BOOL g_hook_active; -int g_hook_method = 1; +int g_hook_method = 4; GETCURSORPOSPROC real_GetCursorPos = GetCursorPos; CLIPCURSORPROC real_ClipCursor = ClipCursor;