aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uci.cpp b/src/uci.cpp
index 310d31c..8a7ad9a 100644
--- a/src/uci.cpp
+++ b/src/uci.cpp
@@ -83,7 +83,6 @@ Game initBoard(
b.canEnpassant = false;
b.state = TURN;
b.turn = true;
- b.castle = "";
b.halfMoveClock = 0;
b.MoveClock = 0;
b.Transpositions = transPositions;
@@ -91,7 +90,6 @@ Game initBoard(
Piece EmptyPiece = {
false,
NONEPIECE,
- false,
};
for (int i = 0; i < 64; i++) {
b.pieces[i] = EmptyPiece;