Author: Joshua Haglund
Date: 00:23:11 03/19/05
/* recapture extension von Thomas */
recap = 0;
if (recapture == to){
threat_extension |= 4;
}
else{
if ((board->square[to]) != Empty &&
// abs undeclared. Incomplete code?
abs(VALUE_PIECE(board->square[to])-VALUE_PIECE(board->square[from])) <= 250){
recap = to;
}
}
Joshua Haglund
toneewa@yahoo.com
This page took 0.01 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.