X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=673bcfa5060345002effbb8e71d5f8b739c4303b;hp=7d3e92522c83b0f668cdd6262e90190609e4a27f;hb=fcecc5212e42794cba218fc1ffd39cd9da818655;hpb=8de91be61e0910936e3d6be6e1033a4fb8537dca;ds=sidebyside diff --git a/src/pawns.h b/src/pawns.h index 7d3e9252..673bcfa5 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -58,9 +58,9 @@ private: Key key; Bitboard passedPawns; - int16_t mgValue, egValue; - int8_t ksStormValue[2], qsStormValue[2]; - uint8_t halfOpenFiles[2]; + int mgValue, egValue; + int ksStormValue[2], qsStormValue[2]; + int halfOpenFiles[2]; };