aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 17:15:33 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 17:15:33 +0200
commit5c53e71adf29723f419e2a71175c2b5154f2539a (patch)
tree70cb1f4c9b69a73db3fd4427bbfb0293b9d6a8aa
parent60637ce41b3f033561343c5735eb16227ef240cf (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 261c19d..1854c1b 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 = true;
+ b.turn = mm;
b.castle = "";
b.halfMoveClock = 0;
b.MoveClock = 0;