aboutsummaryrefslogtreecommitdiff
path: root/src/repl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.cpp')
-rw-r--r--src/repl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repl.cpp b/src/repl.cpp
index ffa52b6..2ffa59b 100644
--- a/src/repl.cpp
+++ b/src/repl.cpp
@@ -121,7 +121,6 @@ int startREPL(Board *b) {
}
std::println();
PlayMove(move, b);
- b->MoveClock++;
b->turn = !b->turn;
printBoard(b);
}