Skip to content

Commit

Permalink
Bench: 25636556
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 27, 2024
1 parent e3c8a29 commit 30fbc80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/evaluate.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ const int PawnPhalanx[RANK_NB] = {

// Threats
const int ThreatByMinor[8] = {
S( 0, 0), S( 0, 0), S( 27, 42), S( 39, 42),
S( 67, 11), S( 59,-17), S( 0, 0), S( 0, 0)
S( 0, 0), S( 0, 0), S( 45, 13), S( 32, 33),
S( 89,-12), S( 62,-34), S( 0, 0), S( 0, 0)
};
const int ThreatByRook[8] = {
S( 0, 0), S( 0, 0), S( 24, 43), S( 31, 45),
S(-17, 47), S( 93,-73), S( 0, 0), S( 0, 0)
S( 0, 0), S( 0, 0), S( 40, 54), S( 28, 55),
S( 3, 6), S( 95,-89), S( 0, 0), S( 0, 0)
};

// KingLineDanger
Expand Down

0 comments on commit 30fbc80

Please sign in to comment.