Skip to content

Commit

Permalink
update close combat presets
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Jan 4, 2025
1 parent 99a43a4 commit 825614f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,21 +820,29 @@ static void cfg_create_ini()
"\n"
"; Close Combat 2: A Bridge Too Far\n"
"[cc2]\n"
"maxgameticks=60\n"
"limiter_type=2\n"
"adjmouse=true\n"
"nonexclusive=true\n"
"\n"
"; Close Combat 3: The Russian Front\n"
"[cc3]\n"
"maxgameticks=60\n"
"limiter_type=2\n"
"adjmouse=true\n"
"nonexclusive=true\n"
"\n"
"; Close Combat 4: The Battle of the Bulge\n"
"[cc4]\n"
"maxgameticks=60\n"
"limiter_type=2\n"
"adjmouse=true\n"
"nonexclusive=true\n"
"\n"
"; Close Combat 5: Invasion: Normandy\n"
"[cc5]\n"
"maxgameticks=60\n"
"limiter_type=2\n"
"adjmouse=true\n"
"nonexclusive=true\n"
"\n"
Expand Down

0 comments on commit 825614f

Please sign in to comment.