From e7217ebb6cd52f5f05a7db5b18db16a28ea0f2da Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 18 Jan 2013 15:05:20 +0100 Subject: [PATCH] Improve potential debug print --- hachu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.0.4