Skip to content

Commit

Permalink
Bench: 23621947
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Mar 3, 2024
1 parent 765d9fb commit bee09df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/noobprobe/noobprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int failedQueries;


// Probes noobpwnftw's Chess Cloud Database
bool ProbeNoob(Position *pos) {
bool ProbeNoob(const Position *pos) {

// Stop querying after 3 failures or at the specified depth
if ( !NoobBook
Expand Down
2 changes: 1 addition & 1 deletion src/noobprobe/noobprobe.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ extern int NoobLimit;
extern int failedQueries;


bool ProbeNoob(Position *pos);
bool ProbeNoob(const Position *pos);
void NoobBookSetMode(const char *str);

0 comments on commit bee09df

Please sign in to comment.