1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

add preset for constructor

This commit is contained in:
FunkyFr3sh 2024-08-25 09:07:50 +02:00
parent a1d8559322
commit a0ec16ba4d

View File

@ -696,6 +696,10 @@ static void cfg_create_ini()
"[comandos_w10]\n" "[comandos_w10]\n"
"maxgameticks=-1\n" "maxgameticks=-1\n"
"\n" "\n"
"; Constructor\n"
"[Game_W95]\n"
"noactivateapp=true\n"
"\n"
"; Caesar III\n" "; Caesar III\n"
"[c3]\n" "[c3]\n"
"nonexclusive=true\n" "nonexclusive=true\n"