From: Marco Costalba Date: Mon, 16 Mar 2009 07:02:33 +0000 (+0100) Subject: Partially revert pawns storm bug fix X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=6cddf9183cee0fa55944d2b2c171ca9b0f55cc87;hp=6cddf9183cee0fa55944d2b2c171ca9b0f55cc87 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 ---