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

replay

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