1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add preset for anno 1602

This commit is contained in:
FunkyFr3sh 2021-05-28 20:48:52 +02:00
parent e910351120
commit 6331be85af

View File

@ -594,6 +594,12 @@ static void cfg_create_ini()
"renderer=gdi\n"
"handlemouse=false\n"
"\n"
"; Anno 1602\n"
"[1602]\n"
"handlemouse=false\n"
"renderer=gdi\n"
"hook=2\n"
"\n"
, fh);
fclose(fh);