diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-15 21:08:30 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-15 21:08:30 +0200 |
| commit | 9702738db498cba05e7605afe1f48672f530e1a9 (patch) | |
| tree | d9750295996e6ee336e59efdf8ef71804f45e210 /src/misc.hpp | |
| parent | 242b2022ae234e252fe410b276e6d7c971147980 (diff) | |
removing maximum depth now insted we are gonna just have constant thinging time of 7 seconds for now if no time controls are speficied
Diffstat (limited to 'src/misc.hpp')
| -rw-r--r-- | src/misc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.hpp b/src/misc.hpp index 6d269b0..b0ebe9a 100644 --- a/src/misc.hpp +++ b/src/misc.hpp @@ -7,6 +7,6 @@ std::string_view engine_info(); -uint64_t MoveGenTest(int depth, Game *g); +uint64_t MoveGenTest(uint32_t depth, Game *g); #endif /* SRC_MICS_H_ */ |
