Skip to content

Commit 7edf2c3

Browse files
committed
add preset for 101: The Airborne Invasion of Normandy and SimTunes
1 parent ed85841 commit 7edf2c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/config.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ static void cfg_create_ini()
391391
"; The following settings override all settings shown above, section name = executable name\n"
392392
"\n"
393393
"\n"
394+
"; 101: The Airborne Invasion of Normandy\n"
395+
"[101]\n"
396+
"terminate_process=true"
397+
"\n"
394398
"; 7th Legion\n"
395399
"[legion]\n"
396400
"maxgameticks=25\n"
@@ -1683,6 +1687,10 @@ static void cfg_create_ini()
16831687
"minfps=-2\n"
16841688
"maxgameticks=60"
16851689
"\n"
1690+
"; SimTunes\n"
1691+
"[SIMTUNES]\n"
1692+
"terminate_process=true"
1693+
"\n"
16861694
"; Shadow Watch\n"
16871695
"[sw]\n"
16881696
"adjmouse=true\n"

0 commit comments

Comments
 (0)