]> git.sesse.net Git - stockfish/blobdiff - src/material.cpp
Increase MaterialTableSize 8 times
[stockfish] / src / material.cpp
index f5e4a3b92cd4740e29ef9db850f93e43bfcef4f4..31550720c05a48de8c0f764dd56860a9d4afc501 100644 (file)
@@ -32,7 +32,7 @@ namespace {
   const Value EndgameLimit = Value(3998);
 
   // Scale factors used when one side has no more pawns
-  const int NoPawnsSF[4] = { 6, 12, 32 };
+  const uint8_t NoPawnsSF[4] = { 6, 12, 32 };
 
   // Polynomial material balance parameters
   const Value RedundantQueenPenalty = Value(320);