1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

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;