X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=581dc768274e22b5b5c1feadf58bbd1f5916c503;hp=94c291f6b5383bd9400e48471f1a1b8c70eb82e4;hb=b71418defa4e7b0475fe9e16afdfdfefeab31e0f;hpb=c7e7d9217b232eb7d75b083a45f001ef998c9deb diff --git a/src/types.h b/src/types.h index 94c291f6..581dc768 100644 --- a/src/types.h +++ b/src/types.h @@ -236,10 +236,10 @@ enum Rank { }; -/// The Score enum stores a midgame and an endgame value in a single integer +/// The Score enum stores a middlegame and an endgame value in a single integer /// (enum). The least significant 16 bits are used to store the endgame value -/// and the upper 16 bits are used to store the midgame value. The compiler is -/// free to choose the enum type as long as it can store the data, so we +/// and the upper 16 bits are used to store the middlegame value. The compiler +/// is free to choose the enum type as long as it can store the data, so we /// ensure that Score is an integer type by assigning some big int values. enum Score { SCORE_ZERO,