mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Fix description of Score enum
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
ef58551a2d
commit
ba07b95ee0
1 changed files with 3 additions and 2 deletions
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue