From e839dc791c2574bf7e142c80b1b94e6744961577 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 23 Sep 2020 04:47:13 +0200 Subject: [PATCH] default to hook=4 --- src/settings.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/settings.c b/src/settings.c index d1ec6ad..2a6d386 100644 --- a/src/settings.c +++ b/src/settings.c @@ -283,7 +283,7 @@ static void CreateSettingsIni() "\n" "; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+Detours Hooking (All Modules), 4 = IAT Hooking (All Modules)\n" "; Note: Can be used to fix issues related to new features added by cnc-ddraw such as windowed mode or stretching\n" - "hook=1\n" + "hook=4\n" "\n" "; Force consistent FPS (Requires 'maxfps=' to be set to a value other than 0)\n" "; Note: Fixes flickering cursor issues in C&C games\n" @@ -344,7 +344,6 @@ static void CreateSettingsIni() "[olwin]\n" "noactivateapp=true\n" "maxgameticks=60\n" - "hook=2\n" "handlemouse=false\n" "renderer=gdi\n" "\n"