X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.h;h=5877cd755ff87db8b502a94f1ad6554835c4b04a;hp=5fbe64050282474f1f50401f0849343e226de6e9;hb=76381cbd6903f8be571cbc0d644a0f78026134bc;hpb=31d4f0b73430677e79873beef16830dc07857ddd diff --git a/src/material.h b/src/material.h index 5fbe6405..5877cd75 100644 --- a/src/material.h +++ b/src/material.h @@ -7,12 +7,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + Stockfish is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -58,7 +58,7 @@ public: private: void clear(); - + Key key; int16_t mgValue; int16_t egValue;