Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 0c06752

Browse files
Add files via upload
1 parent ffc0cd3 commit 0c06752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mayhem.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ float GetScale() { return g_board->fifty < 30 ? 1.0f : (1.0f - ((static_cast<flo
16731673

16741674
int Evaluate(const bool wtm) {
16751675
return LevelNoise() +
1676-
(EasyDraw(wtm) ? 0 : (GetScale() * (FixFRC() + static_cast<float>(g_classical ? EvaluateClassical(wtm) : EvaluateNNUE(wtm)))));
1676+
(EasyDraw(wtm) ? 0 : (GetScale() * static_cast<float>(FixFRC() + (g_classical ? EvaluateClassical(wtm) : EvaluateNNUE(wtm)))));
16771677
}
16781678

16791679
// Search

0 commit comments

Comments
 (0)