This commit is contained in:
jl777
2019-02-02 03:19:52 -11:00
parent 9b9bae114e
commit e25d05fd85
3 changed files with 6 additions and 4 deletions

View File

@@ -147,7 +147,6 @@ int32_t rogue_replay(uint64_t seed)
if ( (fp= fopen("checkfile","wb")) != 0 )
{
save_file(fp,0);
fclose(fp);
if ( 0 && (fp= fopen("checkfile","rb")) != 0 )
{
for (i=0; i<0x150; i++)