Ticket #121: gunnar_7_10.6.diff

File gunnar_7_10.6.diff, 509 bytes (added by gunnar, 3 years ago)

Bugfix

  • interface/play_test.c

     
    194194                    "GNU Go plays %s (%.2f) - Game move %s (%.2f)", 
    195195                    location_to_string(new_move), new_move_value, 
    196196                    location_to_string(old_move), old_move_value); 
    197         sgfCircle(node, I(new_move), J(new_move)); 
     197        if (new_move != PASS_MOVE) 
     198          sgfCircle(node, I(new_move), J(new_move)); 
    198199      } 
    199200    } 
    200201    else