Ticket #121: gunnar_7_10.6.diff
| File gunnar_7_10.6.diff, 509 bytes (added by gunnar, 3 years ago) |
|---|
-
interface/play_test.c
194 194 "GNU Go plays %s (%.2f) - Game move %s (%.2f)", 195 195 location_to_string(new_move), new_move_value, 196 196 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)); 198 199 } 199 200 } 200 201 else
