Commit ba6e0c28 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents 57783079 c3bb05e2
......@@ -1518,7 +1518,7 @@ void Game::SaveConfig() {
FILE* fp = fopen("system_user.conf", "w");
#endif //YGOPRO_COMPAT_MYCARD
fprintf(fp, "#config file\n#nickname & gamename should be less than 20 characters\n");
char linebuf[512];
char linebuf[256];
fprintf(fp, "use_d3d = %d\n", gameConf.use_d3d ? 1 : 0);
fprintf(fp, "use_image_scale = %d\n", gameConf.use_image_scale ? 1 : 0);
fprintf(fp, "pro_version = %d\n", PRO_VERSION);
......
Subproject commit 9cc9bb5c2fbea7423952ee0e49befbe6ddadb0a7
Subproject commit 4ea8799a7099808253a9cfe002c114ccdf868781
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment