fix line breaks in .ini file
This commit is contained in:
parent
ef440dfa24
commit
b1e34677c9
1 changed files with 3 additions and 3 deletions
|
@ -393,7 +393,7 @@ static void cfg_create_ini()
|
||||||
"\n"
|
"\n"
|
||||||
"; 101: The Airborne Invasion of Normandy\n"
|
"; 101: The Airborne Invasion of Normandy\n"
|
||||||
"[101]\n"
|
"[101]\n"
|
||||||
"terminate_process=true"
|
"terminate_process=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; 7th Legion\n"
|
"; 7th Legion\n"
|
||||||
"[legion]\n"
|
"[legion]\n"
|
||||||
|
@ -1689,8 +1689,8 @@ static void cfg_create_ini()
|
||||||
"\n"
|
"\n"
|
||||||
"; SimTunes\n"
|
"; SimTunes\n"
|
||||||
"[SIMTUNES]\n"
|
"[SIMTUNES]\n"
|
||||||
"terminate_process=true"
|
"terminate_process=true\n"
|
||||||
"hook=3"
|
"hook=3\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Shadow Watch\n"
|
"; Shadow Watch\n"
|
||||||
"[sw]\n"
|
"[sw]\n"
|
||||||
|
|
Loading…
Reference in a new issue