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