aboutsummaryrefslogtreecommitdiff
path: root/src/moves.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.cpp')
-rw-r--r--src/moves.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/moves.cpp b/src/moves.cpp
index 9e45ff5..6299e55 100644
--- a/src/moves.cpp
+++ b/src/moves.cpp
@@ -353,9 +353,6 @@ GameState GetNewGameState(Game *g) {
if (g->state == DRAW || g->state == WHITE_WON || g->state == BLACK_WON) {
return g->state;
}
- if (g->halfMoveClock >= 100) {
- g->state = DRAW;
- }
auto legalMoves = GetLegalMoves(g);