projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ef58551
)
Fix description of Score enum
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 26 Dec 2009 17:16:38 +0000 (18:16 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 26 Dec 2009 18:39:04 +0000 (19:39 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/value.h
patch
|
blob
|
history
diff --git
a/src/value.h
b/src/value.h
index
4f19cda
..
d54f819
100644
(file)
--- a/
src/value.h
+++ b/
src/value.h
@@
-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 {};