change default value

This commit is contained in:
FunkyFr3sh 2023-08-04 09:09:21 +02:00
parent 6bd51b9e59
commit f5e594b0ef

View file

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