Ticket #163: fix.diff

File fix.diff, 420 bytes (added by draqo, 19 months ago)

Small fix needed after recent change in GnuGo?

  • engine/owl.c

    diff -N -r -u -X .ignore gnugo-copy/engine/owl.c gnugo/engine/owl.c
    old new  
    906906                                     shape_offensive_moves, 1, owlb)) 
    907907          break; 
    908908    } 
     909    else 
     910      shape_offensive_moves[0].pos = 0; 
    909911 
    910912    /* Filter out moves, which fills our eye (and not split it). */ 
    911913    if (eyemax_a == 1) {