Skip to content

Commit

Permalink
fix conflicting presets
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 19, 2024
1 parent 39ba725 commit cafbe8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ static void cfg_create_ini()
"\n"
"; Balls of Steel v1.2\n"
"[bos]\n"
"checkfile=.\\barbarin.ddp\n"
"win_version=95\n"
"\n"
"; BALDR FORCE EXE\n"
Expand Down Expand Up @@ -953,7 +954,12 @@ static void cfg_create_ini()
"singlecpu=false\n"
"\n"
"; Fallout Tactics: Brotherhood of Steel\n"
"[BOS]\n"
"[BOS/2]\n"
"checkfile=.\\binkw32.dll\n"
"hook_peekmessage=true\n"
"\n"
"; Fallout Tactics: Brotherhood of Steel\n"
"[BOS_HR]\n"
"hook_peekmessage=true\n"
"\n"
"; Falcon 4.0 (Microprose version)\n"
Expand Down

0 comments on commit cafbe8f

Please sign in to comment.