X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=hachu.c;h=fbca937f0c2fef02360da88acb025603162411d9;hb=e7217ebb6cd52f5f05a7db5b18db16a28ea0f2da;hp=38ae201ec9874cc4b61d5adc4cf7f9d770a7365f;hpb=675b3eccdfeb513418480daf5e4b01a202bea1f0;p=hachu.git diff --git a/hachu.c b/hachu.c index 38ae201..fbca937 100644 --- a/hachu.c +++ b/hachu.c @@ -1356,7 +1356,7 @@ void GenCapts(int sqr, int victimValue) { // generate all moves that capture the piece on the given square int i, range, att = attacks[2*sqr + stm]; -//printf("GenCapts(%d,%d)\n",sqr,victimValue); +//printf("GenCapts(%c%d,%d) %08x\n",sqr%BW+'a',sqr/BW,victimValue,att); if(!att) return; // no attackers at all! for(i=0; i<8; i++) { // try all rays int x, v, jumper, jcapt=0;