aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a2d9deb..f958d11 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -11,7 +11,7 @@ Piece NonePiece = {
int main() {
board b;
b.turn = true;
- b.castle = "KQkq";
+ b.castle = "";
b.halfMoveClock = 0;
b.MoveClock = 0;
for (int i = 0; i < 64; i++) {