1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +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"
"hook=0\n"
"\n"
"; Moorhuhn 2\n"
"[Moorhuhn2]\n"
"hook=3\n"
"\n"
, fh);
fclose(fh);