Skip to content

Commit

Permalink
Bench: 27258264
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Nov 21, 2023
1 parent e9f3621 commit 9494328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evaluate.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ INLINE int EvalKings(const Position *pos, EvalInfo *ei, const Color color) {
}

// King safety
ei->attackPower[!color] += (count - 3) * 8;

int danger = ei->attackPower[!color]
* CountModifier[MIN(7, ei->attackCount[!color])];

Expand Down

0 comments on commit 9494328

Please sign in to comment.