Commit 75a263af authored by 神楽坂玲奈's avatar 神楽坂玲奈

replay

parent 9f04d40e
......@@ -60,7 +60,9 @@ if(is_recording)
#else
if(is_recording)
fclose(fp);
fp = fopen("./replay/_LastReplay.yrp", "wb");
char path[20];
sprintf(path, "./replay/%u.yrp", ygo::aServerPort);
fp = fopen(path, "wb");
if(!fp)
return;
#endif
......
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