Space inflate position until do_promotion_move()

We will end some day ;-)

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2008-10-24 09:14:20 +02:00
parent d155cd88d1
commit ad956ef00a
2 changed files with 151 additions and 149 deletions

View File

@@ -561,7 +561,7 @@ Move generate_move_if_legal(const Position& pos, Move m, Bitboard pinned) {
default:
return MOVE_NONE;
}
// The move is pseudo-legal. Return it if it is legal.
// The move is pseudo-legal. Return it if it is legal.
return (pos.move_is_legal(m, pinned) ? m : MOVE_NONE);
}