Skip to content

Commit

Permalink
Fix merge error for Tuned PSQT
Browse files Browse the repository at this point in the history
Fall-out from 411e704

Bench: 7907776

Resolves #352
  • Loading branch information
lucasart authored and zamar committed May 21, 2015
1 parent e140465 commit 2e0ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.h
Expand Up @@ -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
Expand Down

0 comments on commit 2e0ec4a

Please sign in to comment.