This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user