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
{

View File

@@ -695,7 +695,7 @@ void *gamesiterate(struct games_state *rs)
if ( skipcount == 0 )
{
c = games_readevent(rs);
fprintf(stderr,"%04x\n",c);
//fprintf(stderr,"%04x\n",c);
if ( (c & 0x4000) == 0x4000 )
{
skipcount = (c & 0x3fff);