aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp1
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;