/[gnugo]/gnugo/engine/interface.c
ViewVC logotype

Diff of /gnugo/engine/interface.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by bump, Thu Mar 7 05:35:28 2002 UTC revision 1.15 by bump, Thu Mar 7 18:27:25 2002 UTC
# Line 571  gameinfo_play_sgftree_rot(Gameinfo *game Line 571  gameinfo_play_sgftree_rot(Gameinfo *game
571            sgfOverwritePropertyInt(head, "HA", handicap);            sgfOverwritePropertyInt(head, "HA", handicap);
572          }          }
573    
574          if (movenum == until - 1)          if (movenum == until - 1) {
575              gameinfo->to_move = next;
576            return next;            return next;
577            }
578                                
579          if (get_moveXY(prop, &i, &j, board_size))          if (get_moveXY(prop, &i, &j, board_size))
580            if (i == untilm && j == untiln) {            if (i == untilm && j == untiln) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26