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:
parent
e14046517e
commit
2e0ec4ad6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue