mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Fix description of Score enum
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+3
-2
@@ -52,8 +52,9 @@ enum Value {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// Score struct keeps a midgame and an endgame value in a single
|
/// Score enum keeps a midgame and an endgame value in a single
|
||||||
/// ScoreValue 64 bit union.
|
/// integer (enum), first LSB 16 bits are used to store endgame
|
||||||
|
/// value, while upper bits are used for midgame value.
|
||||||
|
|
||||||
enum Score {};
|
enum Score {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user