]> git.sesse.net Git - stockfish/commit
Partially revert pawns storm bug fix
authorMarco Costalba <mcostalba@gmail.com>
Mon, 16 Mar 2009 07:02:33 +0000 (08:02 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 16 Mar 2009 07:02:33 +0000 (08:02 +0100)
commit6cddf9183cee0fa55944d2b2c171ca9b0f55cc87
treeb336e2fd6d86f1600a0a2249599dd9027b3931dc
parentb870f5a091793ea423de78e74f5652b9307cfcbd
Partially revert pawns storm bug fix

Try to save space and use the minimum size
possible.

In particular restore int16_t for values and int8_t
for halfOpenFiles.

Use int16_t for storm values insted of int and also
instead of original buggy and too small int8_t.

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