diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-21 18:35:02 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-21 18:35:02 +0200 |
| commit | 05035f72d77a18321d39e118ed28858b8c25bdad (patch) | |
| tree | 64b8502b89907bbb0662a30625e762739efd9031 /src/uci.cpp | |
| parent | e4a8a445acd8f966861174ec5d6e2537f060dc1a (diff) | |
refactor(search): making code nicer and little faster
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
