File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -913,11 +913,11 @@ int main(int argc, char **argv)
913913 if (only_generate )
914914 exit (0 );
915915
916- ply_accurate_w = 0 ;
916+ ply_accurate_w = 1 ; // XXX
917917 if (total_stats_w [DRAW_RULE ] || total_stats_b [STAT_MATE - DRAW_RULE ])
918918 ply_accurate_w = 1 ;
919919
920- ply_accurate_b = 0 ;
920+ ply_accurate_b = 1 ; // XXX
921921 if (total_stats_b [DRAW_RULE ] || total_stats_w [STAT_MATE - DRAW_RULE ])
922922 ply_accurate_b = 1 ;
923923
Original file line number Diff line number Diff line change @@ -1119,11 +1119,11 @@ int main(int argc, char **argv)
11191119
11201120 if (G || H ) {
11211121
1122- ply_accurate_w = 0 ;
1122+ ply_accurate_w = 1 ; // XXX
11231123 if (total_stats_w [DRAW_RULE ] || total_stats_b [STAT_MATE - DRAW_RULE ])
11241124 ply_accurate_w = 1 ;
11251125
1126- ply_accurate_b = 0 ;
1126+ ply_accurate_b = 1 ; // XXX
11271127 if (total_stats_b [DRAW_RULE ] || total_stats_w [STAT_MATE - DRAW_RULE ])
11281128 ply_accurate_b = 1 ;
11291129
You can’t perform that action at this time.
0 commit comments