1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +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 #endif
BOOL g_hook_active; BOOL g_hook_active;
int g_hook_method = 1; int g_hook_method = 4;
GETCURSORPOSPROC real_GetCursorPos = GetCursorPos; GETCURSORPOSPROC real_GetCursorPos = GetCursorPos;
CLIPCURSORPROC real_ClipCursor = ClipCursor; CLIPCURSORPROC real_ClipCursor = ClipCursor;