This commit is contained in:
jl777
2019-03-26 07:10:36 -11:00
parent a6bb64b2ea
commit 140468d27d
2 changed files with 2 additions and 2 deletions

View File

@@ -1112,7 +1112,7 @@ int main(int argc, char **argv)
#endif // _WIN32
fprintf(stderr,"replay %llu\n",(long long)seed);
return(games_replay(seed,10));
return(games_replay(seed,3));
}
else
{