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"
|
||||
"; 101: The Airborne Invasion of Normandy\n"
|
||||
"[101]\n"
|
||||
"terminate_process=true"
|
||||
"terminate_process=true\n"
|
||||
"\n"
|
||||
"; 7th Legion\n"
|
||||
"[legion]\n"
|
||||
|
@ -1689,8 +1689,8 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; SimTunes\n"
|
||||
"[SIMTUNES]\n"
|
||||
"terminate_process=true"
|
||||
"hook=3"
|
||||
"terminate_process=true\n"
|
||||
"hook=3\n"
|
||||
"\n"
|
||||
"; Shadow Watch\n"
|
||||
"[sw]\n"
|
||||
|
|
Loading…
Reference in a new issue