fix line breaks in .ini file

This commit is contained in:
FunkyFr3sh 2025-01-02 01:43:21 +01:00
parent ef440dfa24
commit b1e34677c9

View file

@ -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"