]> git.sesse.net Git - stockfish/commit
Fix a bug in generate_pawn_captures()
authorMarco Costalba <mcostalba@gmail.com>
Tue, 21 Oct 2008 23:12:16 +0000 (00:12 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 23 Oct 2008 05:17:04 +0000 (07:17 +0200)
commitb145e995592c95014a519e91845379d0f9f89ac6
treedea821fb026d4020043e3c102f95a354ffd9283f
parent8f2c1c59ebfdf8ae52165efe089a1e273e3c53a2
Fix a bug in generate_pawn_captures()

Introduced in "movegen: Introduce generate_pawn_captures()"
when unifiying black and white functions.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movegen.cpp