]> git.sesse.net Git - stockfish/commitdiff
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)
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>

No differences found