Skip to content

Commit

Permalink
sort ini
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 27, 2024
1 parent 6cb005c commit ca4aaf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,6 @@ static void cfg_create_ini()
"[COMI]\n"
"singlecpu=false\n"
"\n"
"; Unreal\n"
"[Unreal]\n"
"noactivateapp=true\n"
"\n"
"; Total Annihilation (Unofficial Beta Patch v3.9.02)\n"
"[TotalA]\n"
"max_resolutions=32\n"
Expand Down Expand Up @@ -1835,6 +1831,10 @@ static void cfg_create_ini()
"renderer=opengl\n"
"adjmouse=true\n"
"\n"
"; Unreal\n"
"[Unreal]\n"
"noactivateapp=true\n"
"\n"
"; Vermeer\n"
"[vermeer]\n"
"adjmouse=true\n"
Expand Down

0 comments on commit ca4aaf8

Please sign in to comment.