aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-25 14:36:43 +0200
committerAdam <adammegarules1@gmail.com>2026-07-25 14:36:43 +0200
commit502506a969ca396309d3f6ff9819277e5c667331 (patch)
tree88362be2ecb5527e46f715ea5adf03ff648db2a9 /src/main.cpp
parentd6bc8dd98f24bb8f354aced71867898fe23a7ad2 (diff)
imprograming fen parser
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++) {