Ticket #199: gunnar_9_1.13.diff

File gunnar_9_1.13.diff, 489 bytes (added by gunnar, 23 months ago)

Don't make domains for the secondary color, since this destroys more useful information in semeai reading.

  • engine/owl.c

    diff --git a/engine/owl.c b/engine/owl.c
    index 2da5284..48d10cc 100644
    a b owl_make_domains(struct local_owl_data *owla, struct local_owl_data *owlb) 
    61966196    gg_assert(owla->color == OTHER_COLOR(owlb->color)); 
    61976197    if (!owlb->lunches_are_current) 
    61986198      owl_find_lunches(owlb); 
    6199     if (owlb->color == BLACK) 
    6200       black_eye = owlb->my_eye; 
    6201     else 
    6202       white_eye = owlb->my_eye; 
    62036199  } 
    62046200  make_domains(black_eye, white_eye, 1); 
    62056201}