Ticket #145: reading.c.patch

File reading.c.patch, 0.6 kB (added by draqo, 2 years ago)
  • gnugo/engine/reading.c

    RCS file: /sources/gnugo/gnugo/engine/reading.c,v
    retrieving revision 1.168
    diff -u -r1.168 reading.c
     
    53965396{ 
    53975397  int k; 
    53985398 
    5399   for (k = BOARDMIN; k < BOARDMAX; k++) { 
     5399  scan_board(k, 
    54005400    safe_move_cache_when[k][0] = -1; 
    54015401    safe_move_cache_when[k][1] = -1; 
    5402   } 
     5402  ) 
    54035403} 
    54045404 
    54055405/* safe_move(move, color) checks whether a move at (move) is illegal