Skip to content

Commit

Permalink
Bench: 20282767
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Sep 11, 2023
1 parent 949d4e7 commit ee86688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void InitTimeManagement() {

// Basetime for the whole game
if (!Limits.movestogo) {
double scale = 0.02;
double scale = 0.021;
Limits.optimalUsage = MIN(timeLeft * scale, 0.2 * Limits.time);

// X moves in Y time
Expand Down

0 comments on commit ee86688

Please sign in to comment.