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"