1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-26 02:19:24 +01:00

set 300 maxgameticks for TA

This commit is contained in:
FunkyFr3sh 2022-09-25 12:28:04 +02:00
parent ecd2b08e49
commit d854bf07de

View File

@ -965,12 +965,14 @@ static void cfg_create_ini()
"\n" "\n"
"; Total Annihilation (Unofficial Beta Patch v3.9.02)\n" "; Total Annihilation (Unofficial Beta Patch v3.9.02)\n"
"[TotalA]\n" "[TotalA]\n"
"maxgameticks=300\n"
"lock_surfaces=true\n" "lock_surfaces=true\n"
"singlecpu=false\n" "singlecpu=false\n"
"fixwndprochook=true\n" "fixwndprochook=true\n"
"\n" "\n"
"; Total Annihilation Replay Viewer (Unofficial Beta Patch v3.9.02)\n" "; Total Annihilation Replay Viewer (Unofficial Beta Patch v3.9.02)\n"
"[Viewer]\n" "[Viewer]\n"
"maxgameticks=300\n"
"lock_surfaces=true\n" "lock_surfaces=true\n"
"singlecpu=false\n" "singlecpu=false\n"
"fixwndprochook=true\n" "fixwndprochook=true\n"