]> git.sesse.net Git - stockfish/commit
Retire in_front_bb(Color c, Square s) overload
authorMarco Costalba <mcostalba@gmail.com>
Sun, 23 Jun 2013 08:16:43 +0000 (10:16 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 23 Jun 2013 08:16:43 +0000 (10:16 +0200)
commita4c11b71acc4aeab032128d4ba9d0d4ccd51aa20
treec5fb58fbc3fc3206dfe80a459ed644a3305cac5e
parentb2fadf32aa57012f2140bc32d5f2433efae3e730
Retire in_front_bb(Color c, Square s) overload

Explciitly call rank_of() in the few places where
it is used.

No functional change.
src/bitboard.h
src/endgame.cpp
src/evaluate.cpp
src/pawns.cpp