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

copy empires2.exe settings to age2_x1.exe

This commit is contained in:
FunkyFr3sh 2018-10-26 06:06:09 +02:00
parent d2561b3305
commit c54465ed9e

View File

@ -203,6 +203,13 @@ static void CreateSettingsIni()
"posX=0\n" "posX=0\n"
"posY=0\n" "posY=0\n"
"\n" "\n"
"[age2_x1]\n"
"renderer=gdi\n"
"hidemouse=false\n"
"border=false\n"
"posX=0\n"
"posY=0\n"
"\n"
, fh); , fh);
fclose(fh); fclose(fh);