From 9702738db498cba05e7605afe1f48672f530e1a9 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 15 Aug 2026 21:08:30 +0200 Subject: removing maximum depth now insted we are gonna just have constant thinging time of 7 seconds for now if no time controls are speficied --- src/misc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.hpp') 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_ */ -- cgit v1.2.3