1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Fix merge error for Tuned PSQT

Fall-out from 411e704f

Bench: 7907776

Resolves #352
This commit is contained in:
lucasart 2015-05-21 19:52:25 +08:00 committed by Joona Kiiski
parent e14046517e
commit 2e0ec4ad6f

View file

@ -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