From 05035f72d77a18321d39e118ed28858b8c25bdad Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 21 Aug 2026 18:35:02 +0200 Subject: refactor(search): making code nicer and little faster --- src/uci.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index e65bf73..7cff997 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -86,7 +86,6 @@ Game initBoard( Game g{}; g.enPassant = IndexToPosition(0); // default value g.canEnpassant = false; - g.state = TURN; g.turn = true; g.halfMoveClock = 0; g.MoveClock = 0; -- cgit v1.2.3