This commit is contained in:
jl777
2019-02-17 03:03:06 -11:00
parent 35eb8d347a
commit 4d1bfb8c86

View File

@@ -252,7 +252,7 @@ int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t nu
}
uint32_t starttime = (uint32_t)time(NULL);
rogueiterate(rs);
if ( 1 )
if ( 0 )
{
fprintf(stderr,"elapsed %d seconds\n",(uint32_t)time(NULL) - starttime);
sleep(2);