aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 17:16:40 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 17:16:40 +0200
commitdb0a57d099f8987de4996b4cd00d3b3288855583 (patch)
tree8a09fcedb007442890b484ccb8877123dcfaf4f5
parent5c53e71adf29723f419e2a71175c2b5154f2539a (diff)
checking if ci work
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1854c1b..261c19d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -57,7 +57,7 @@ int main(int argc, char **argv) {
startingFen = argv[1];
}
board b;
- b.turn = mm;
+ b.turn = true;
b.castle = "";
b.halfMoveClock = 0;
b.MoveClock = 0;