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

add Moorhuhn 2 preset

This commit is contained in:
FunkyFr3sh 2021-05-11 21:53:12 +02:00
parent 3bc8fffe81
commit d643f64df0

View File

@ -557,6 +557,10 @@ static void cfg_create_ini()
"[ja2]\n" "[ja2]\n"
"hook=0\n" "hook=0\n"
"\n" "\n"
"; Moorhuhn 2\n"
"[Moorhuhn2]\n"
"hook=3\n"
"\n"
, fh); , fh);
fclose(fh); fclose(fh);