handle ddraw_surface_QueryInterface

This commit is contained in:
FunkyFr3sh 2018-10-31 00:33:21 +01:00
parent 737a26bfb3
commit 2d4841beda
2 changed files with 6 additions and 0 deletions

View file

@ -241,6 +241,9 @@ static void CreateSettingsIni()
"posX=0\n"
"posY=0\n"
"\n"
"[DKReign]\n"
"sleep=10\n"
"\n"
, fh);
fclose(fh);