diff --git a/src/config.c b/src/config.c index a7900eb..231e46c 100644 --- a/src/config.c +++ b/src/config.c @@ -980,13 +980,13 @@ static void cfg_create_ini() "\n" "; Total Annihilation (Unofficial Beta Patch v3.9.02)\n" "[TotalA]\n" - "resolutions=2\n" + "max_resolutions=32\n" "lock_surfaces=true\n" "singlecpu=false\n" "\n" "; Total Annihilation Replay Viewer (Unofficial Beta Patch v3.9.02)\n" "[Viewer]\n" - "resolutions=2\n" + "max_resolutions=32\n" "lock_surfaces=true\n" "singlecpu=false\n" "\n"