#89 fixes blt/blitfast where source and dest sourface are the same

This commit is contained in:
FunkyFr3sh 2021-05-02 16:21:06 +02:00
parent 9be9c6c00e
commit a52881eb72
2 changed files with 71 additions and 9 deletions

View file

@ -547,6 +547,11 @@ static void cfg_create_ini()
"[Cultures2MP]\n"
"handlemouse=false\n"
"\n"
"; Blade & Sword\n"
"[comeon]\n"
"renderer=opengl\n"
"nonexclusive=true\n"
"\n"
, fh);
fclose(fh);