projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e140465
)
Fix merge error for Tuned PSQT
author
lucasart
<lucas.braesch@gmail.com>
Thu, 21 May 2015 11:52:25 +0000 (19:52 +0800)
committer
Joona Kiiski
<joona.kiiski@gmail.com>
Thu, 21 May 2015 18:56:01 +0000 (19:56 +0100)
Fall-out from
411e704f
Bench: 7907776
Resolves #352
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index
5fe7339
..
a0a6160
100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-186,7
+186,7
@@
enum Value : int {
PawnValueMg = 198, PawnValueEg = 258,
KnightValueMg = 817, KnightValueEg = 846,
BishopValueMg = 836, BishopValueEg = 857,
- RookValueMg = 1270, RookValueEg = 1278,
+ RookValueMg = 1270, RookValueEg = 1281,
QueenValueMg = 2521, QueenValueEg = 2558,
MidgameLimit = 15581, EndgameLimit = 3998