diff --git a/src/config.c b/src/config.c index 1513dcd..e9bba36 100644 --- a/src/config.c +++ b/src/config.c @@ -403,6 +403,7 @@ static void cfg_create_ini() "renderer=opengl\n" "nonexclusive=true\n" "fixpitch=true\n" + "fixchildwindows=false\n" "\n" "; Blood II - The Chosen / Shogo - Mobile Armor Division\n" "[Client]\n" @@ -424,6 +425,10 @@ static void cfg_create_ini() "renderer=opengl\n" "noactivateapp=true\n" "\n" + "; Captain Claw\n" + "[claw]\n" + "noactivateapp=true\n" + "\n" "; Command & Conquer: Red Alert - CnCNet\n" "[ra95-spawn]\n" "maxfps=125\n"